Require exact type equality + add tests
+ Rebase fixes
This commit is contained in:
parent
e0ceef5a9e
commit
95fdaf2375
9 changed files with 188 additions and 43 deletions
|
@ -19,7 +19,7 @@ use syntax::codemap::Span;
|
|||
use syntax::ext::base;
|
||||
use syntax::ext::base::*;
|
||||
use syntax::feature_gate;
|
||||
use syntax::parse::token::{intern, InternedString};
|
||||
use syntax::parse::token::intern;
|
||||
use syntax::parse::{self, token};
|
||||
use syntax::ptr::P;
|
||||
use syntax::ast::AsmDialect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue