Use string stored in codemap for pretty-printing comments and literals

Closes #1665
This commit is contained in:
Marijn Haverbeke 2012-01-26 10:52:08 +01:00
parent ec4d05de3b
commit 1792d9ec96
2 changed files with 23 additions and 35 deletions

View file

@ -131,6 +131,7 @@ fn get_filemap(cm: codemap, filename: str) -> filemap {
// (or expected function, found _|_)
fail; // ("asking for " + filename + " which we don't know about");
}
//
// Local Variables:
// mode: rust