rust/tests/rustdoc/issue-47639.rs

7 lines
87 B
Rust
Raw Normal View History

2018-02-02 00:41:16 -06:00
// This should not ICE
pub fn test() {
macro_rules! foo {
() => ()
}
}