os-rust/tests/rustdoc-ui/nested-macro-rules-47639.rs

10 lines
153 B
Rust
Raw Normal View History

//@ check-pass
2018-02-02 12:11:16 +05:30
// This should not ICE
2023-11-20 11:50:25 -07:00
// https://github.com/rust-lang/rust/issues/47639
2018-02-02 12:11:16 +05:30
pub fn test() {
macro_rules! foo {
() => ()
}
}