erroneous behavior with #[cfg] #43494
Labels
A-parser
Area: The lexing & parsing of Rust source code to an AST
C-bug
Category: This is a bug.
I-needs-decision
Issue: In need of a decision.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code results in a parsing error where the
0
character is unexpected.However, the following code works fine:
I think this is a bug in the parser?
The text was updated successfully, but these errors were encountered: