rust/tests/rustdoc/issue-47639.rs

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

7 lines
87 B
Rust
Raw Normal View History

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