rust/src/test/rustdoc/issue-47639.rs
2018-12-25 21:08:33 -07:00

6 lines
87 B
Rust

// This should not ICE
pub fn test() {
macro_rules! foo {
() => ()
}
}