1
Fork 0

Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon

r? @aturon
This commit is contained in:
Manish Goregaokar 2015-02-22 01:51:03 +05:30
commit 3e794defda
121 changed files with 732 additions and 732 deletions

View file

@ -142,7 +142,7 @@ fn doit(sess: &parse::ParseSess, mut lexer: lexer::StringReader,
// keywords are also included in the identifier set
token::Ident(ident, _is_mod_sep) => {
match &token::get_ident(ident)[] {
match &token::get_ident(ident)[..] {
"ref" | "mut" => "kw-2",
"self" => "self",