Unexpected Compiler Panic · Issue #41107 · rust-lang/rust
I was running my code, which I didn't expect to compile, and got a compiler panic, so I'm posting it here. Apologies that it's not a minimal test case. I tried this code: #![allow(dead_code)] exter...