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

@@ -47,7 +47,7 @@ pub fn seq_sep_none() -> SeqSep {
}
}
pub fn token_to_str(reader: reader, token: &token::Token) -> ~str {
pub fn token_to_str(reader: @reader, token: &token::Token) -> ~str {
token::to_str(reader.interner(), token)
}