rust/tests/rustdoc/issue-47639.rs

7 lines
87 B
Rust
Raw Normal View History

2018-02-02 12:11:16 +05:30
// This should not ICE
pub fn test() {
macro_rules! foo {
() => ()
}
}