]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/macro-rules.rs
resolve: Fix resolution of empty paths passed from rustdoc
[rust.git] / src / test / rustdoc-ui / intra-doc / macro-rules.rs
1 // check-pass
2 #![allow(rustdoc::private_intra_doc_links)]
3
4 macro_rules! foo {
5     () => {};
6 }
7
8 /// [foo!]
9 pub fn baz() {}