librustc: Don't accept as Trait anymore; fix all occurrences of it.
This commit is contained in:
@@ -17,7 +17,7 @@ use ext::base::*;
|
||||
use ext::base;
|
||||
use print;
|
||||
|
||||
pub fn expand_syntax_ext(cx: ext_ctxt,
|
||||
pub fn expand_syntax_ext(cx: @ext_ctxt,
|
||||
sp: codemap::span,
|
||||
tt: &[ast::token_tree])
|
||||
-> base::MacResult {
|
||||
|
||||
Reference in New Issue
Block a user