]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-47038.rs
Rollup merge of #107169 - albertlarsan68:lock-in-pre-push, r=Mark-Simulacrum
[rust.git] / tests / rustdoc / issue-47038.rs
1 #![feature(decl_macro)]
2
3 #![crate_name = "foo"]
4
5 use std::vec;
6
7 // @has 'foo/index.html'
8 // @!has - '//*[@id="macros"]' 'Macros'
9 // @!has - '//a/@href' 'macro.vec.html'
10 // @!has 'foo/macro.vec.html'