Parse errors not reported sometimes inside --cfg
option
#89358
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this command:
(note the lone stray quote passed at the end of the argument)
I expected to see this happen:
Instead, this happened: rustc exits with code 1, but with no output on stderr or stdout
Meta
rustc --version --verbose
:(but, same on current nightly)
The text was updated successfully, but these errors were encountered: