Panic when trying to use
macro
#53269
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
The compiler panicked
I tried this code:
compiler-crash tag on rust-nix.
cargo test
I expected to see this happen: A normal compilation error
Instead, this happened: The rust compiler panicked
Meta
rustc --version --verbose
:2018 edition of rust
Backtrace: https://gist.github.com/0bf4ae25ef77940633fda40257b16cab
The text was updated successfully, but these errors were encountered: