librustc: De-@mut the span handler

This commit is contained in:
Patrick Walton
2013-12-27 13:48:00 -08:00
parent 7e1b535eb1
commit 4d66af2698
15 changed files with 38 additions and 43 deletions

View File

@@ -118,7 +118,7 @@ pub static default_columns: uint = 78u;
// copy forward.
pub fn print_crate(cm: @CodeMap,
intr: @ident_interner,
span_diagnostic: @mut diagnostic::SpanHandler,
span_diagnostic: @diagnostic::SpanHandler,
crate: &ast::Crate,
filename: @str,
input: @mut io::Reader,