librustc: De-mode pattern bindings. r=nmatsakis

This commit is contained in:
Patrick Walton
2012-12-07 19:34:57 -08:00
parent 184f5102b3
commit 98fdcb0b9d
16 changed files with 99 additions and 108 deletions

View File

@@ -1573,7 +1573,7 @@ fn print_pat(s: ps, &&pat: @ast::pat, refutable: bool) {
ast::bind_by_value => {
word_nbsp(s, ~"copy");
}
ast::bind_by_implicit_ref => {}
ast::bind_infer => {}
}
}
print_path(s, path, true);