"internal compiler error: tried to pop without a push" when trying to use an undefined macro inside an impl block #18270
Labels
A-syntaxext
Area: Syntax extensions
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
An internal compiler error happen when using an undefined macro inside an impl block.
Here is a minimal example to reproduce the error:
Here is the error reported by rustc:
The version of rust I'm using:
On x86_64, using openSUSE 12.3.
The text was updated successfully, but these errors were encountered: