rust/tests/rustdoc-ui/disambiguator-macro-endswith-exclamatory.rs

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

12 lines
128 B
Rust
Raw Normal View History

2024-06-27 13:37:36 +00:00
//@ check-pass
//! [macro@m!] //~ WARN: unresolved link to `m`
//issue#126986
macro_rules! m {
() => {};
}
fn main() {}