-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
rustc 1.83 lexing regression in the 2015 edition: 'r#x'y #133479
Copy link
Copy link
Closed
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTC-bugCategory: This is a bug.Category: This is a bug.P-mediumMedium priorityMedium priorityregression-untriagedUntriaged performance or correctness regression.Untriaged performance or correctness regression.
Metadata
Metadata
Assignees
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTC-bugCategory: This is a bug.Category: This is a bug.P-mediumMedium priorityMedium priorityregression-untriagedUntriaged performance or correctness regression.Untriaged performance or correctness regression.
Type
Fields
Give feedbackNo fields configured for issues without a type.
rustc 1.82 accepts forms like
'r#x'yin the 2015 edition, but rustc 1.83 (beta) rejects them.As I understand it, #126452 wasn't intended to have any effect on the 2015 edition.
playground
I think this is fallout from the beta-backport of #132341.