Implement Expr spanless-hashing

This commit is contained in:
mcarton
2016-02-09 15:18:27 +01:00
parent afee209d5a
commit 88beb35194
5 changed files with 364 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ use syntax::errors::DiagnosticBuilder;
use syntax::ptr::P;
mod hir;
pub use self::hir::SpanlessEq;
pub use self::hir::{SpanlessEq, SpanlessHash};
pub type MethodArgs = HirVec<P<Expr>>;
// module DefPaths for certain structs/enums we check for