rustc: Rename mk_codemap_handler to mk_handler

This commit is contained in:
Brian Anderson
2012-01-13 23:27:28 -08:00
parent 77e95dcf9f
commit 8f57be5bff
5 changed files with 9 additions and 9 deletions

View File

@@ -194,7 +194,7 @@ fn main(argv: [str]) {
let sess = @{
cm: cm,
mutable next_id: 0,
diagnostic: diagnostic::mk_codemap_handler(cm, none)
diagnostic: diagnostic::mk_handler(cm, none)
};
let rd = { ps: pprust::rust_printer(w), w: w };
doc_header(rd, argv[1]);