mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-12 20:16:49 +00:00
Fix libsyntax update
Underscore is now one of keywords.
This commit is contained in:
parent
32ab7f4967
commit
51d5696977
@ -965,8 +965,7 @@ fn next_space(tok: &Token) -> SpaceState {
|
||||
| Token::DotDotDot
|
||||
| Token::DotDotEq
|
||||
| Token::DotEq
|
||||
| Token::Question
|
||||
| Token::Underscore => SpaceState::Punctuation,
|
||||
| Token::Question => SpaceState::Punctuation,
|
||||
|
||||
Token::ModSep
|
||||
| Token::Pound
|
||||
|
Loading…
Reference in New Issue
Block a user