Make the pretty-printer output new-style syntax for local decls

This commit is contained in:
Marijn Haverbeke 2011-07-26 10:40:28 +02:00
parent 252b8ffe42
commit ce808bbc6f
2 changed files with 8 additions and 11 deletions

View file

@ -170,7 +170,6 @@ fn bad_expr_word_table() -> hashmap[str, ()] {
words.insert("state", ());
words.insert("gc", ());
words.insert("native", ());
words.insert("auto", ());
words.insert("fn", ());
words.insert("pred", ());
words.insert("iter", ());