diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-05-23 19:22:53 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-05-29 19:04:50 -0700 |
| commit | 481d4ca43fde15443120f607a71fc951873532e5 (patch) | |
| tree | 4f24245b2ebcda4c082542f950cf79c8c5dae4a0 /src/libsyntax/parse | |
| parent | aeda178011775f4a8e16446341fe4774e02d8f5f (diff) | |
| download | rust-481d4ca43fde15443120f607a71fc951873532e5.tar.gz rust-481d4ca43fde15443120f607a71fc951873532e5.zip | |
libsyntax: Make `drop` no longer a keyword
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index c43924486e7..a4b3783f22d 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -547,7 +547,6 @@ pub mod keywords { Const, Copy, Do, - Drop, Else, Enum, Extern, @@ -591,7 +590,6 @@ pub mod keywords { Const => ident { repr: 37, ctxt: 0 }, Copy => ident { repr: 38, ctxt: 0 }, Do => ident { repr: 39, ctxt: 0 }, - Drop => ident { repr: 40, ctxt: 0 }, Else => ident { repr: 41, ctxt: 0 }, Enum => ident { repr: 42, ctxt: 0 }, Extern => ident { repr: 43, ctxt: 0 }, |
