syntax: remove the handling of @str and @[] from the parser completely.

This commit is contained in:
Huon Wilson
2014-02-02 00:08:39 +11:00
parent aadcf29766
commit e39cd20a43
10 changed files with 12 additions and 50 deletions

View File

@@ -1074,7 +1074,6 @@ pub fn print_vstore(s: &mut State, t: ast::Vstore) {
pub fn print_expr_vstore(s: &mut State, t: ast::ExprVstore) {
match t {
ast::ExprVstoreUniq => word(&mut s.s, "~"),
ast::ExprVstoreBox => word(&mut s.s, "@"),
ast::ExprVstoreSlice => word(&mut s.s, "&"),
ast::ExprVstoreMutSlice => {
word(&mut s.s, "&");