rust/tests/rustdoc/ice-nested-macro-rules-47639.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
138 B
Rust
Raw Normal View History

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 {
() => ()
}
}