test(doc): no fallback marco resolution
This commit is contained in:
parent
907daec5ab
commit
9156b03287
14
tests/rustdoc/issue-106142.rs
Normal file
14
tests/rustdoc/issue-106142.rs
Normal file
@ -0,0 +1,14 @@
|
||||
// @has 'issue_106142/a/index.html'
|
||||
// @count 'issue_106142/a/index.html' '//ul[@class="item-table"]//li//a' 1
|
||||
|
||||
#![allow(rustdoc::broken_intra_doc_links)]
|
||||
|
||||
pub mod a {
|
||||
/// [`m`]
|
||||
pub fn f() {}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! m {
|
||||
() => {};
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user