ICE on nightly with -Z macro-backtrace but compiles fine otherwise #92337
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
In the context of the code at https://github.com/trillium-rs/trillium/tree/main/http, in particular this IntoIterator implementation, it compiles just fine on nightly and stable, but when
RUSTFLAGS="-Z macro-backtrace"
is provided on the latest nightly, it panics the compiler.Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: