rust/tests/rustdoc/private-use-decl-macro-4703...

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

13 lines
250 B
Rust
Raw Permalink Normal View History

#![feature(decl_macro)]
#![crate_name = "foo"]
2023-11-21 02:50:25 +08:00
// https://github.com/rust-lang/rust/issues/47038
use std::vec;
//@ has 'foo/index.html'
//@ !has - '//*[@id="macros"]' 'Macros'
//@ !has - '//a/@href' 'macro.vec.html'
//@ !has 'foo/macro.vec.html'