Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon
r? @aturon
This commit is contained in:
commit
3e794defda
121 changed files with 732 additions and 732 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue