rustc 1.83 lexing regression in the 2015 edition: 'r#x'y #133479
Labels
A-parser
Area: The parsing of Rust source code to an AST
C-bug
Category: This is a bug.
P-medium
Medium priority
regression-untriaged
Untriaged performance or correctness regression.
rustc 1.82 accepts forms like
'r#x'y
in 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.
The text was updated successfully, but these errors were encountered: