librustc: Don't accept as Trait anymore; fix all occurrences of it.

This commit is contained in:
Patrick Walton
2013-03-12 13:00:50 -07:00
parent 24a0de4e7f
commit b1c699815d
101 changed files with 676 additions and 538 deletions

View File

@@ -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 {