Closed
Description
The following program causes the rustc error: "error: internal compiler error: unexpected failure note: the compiler hit an unexpected failure path. this is a bug"
macro_rules! silly_macro(
() => (
pub mod Qux {
pub struct Foo { x : u8 }
pub fn bar(_foo : Foo) {}
}
);
)
silly_macro!()
fn main() {}
Perhaps related to recent commits by @jbclements?
Metadata
Metadata
Assignees
Labels
No labels