Regression in proc macro panics being reported as compiler bugs #76270
Labels
A-proc-macros
Area: Procedural macros
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-critical
Critical priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Between nightly-2020-08-29 and nightly-2020-09-02, the following began printing an ICE message (despite compiling successfully).
The relevant compiler commit range is d006f57...130359c. #75082 appears extremely relevant so mentioning @Aaron1011 @petrochenkov. From the PR description it sounds like the PR was intended to have no effect unless the new -Z flag is passed. Is it possible it could be causing this?
Cargo.toml
src/lib.rs
src/main.rs
Before:
After:
The text was updated successfully, but these errors were encountered: