rust/tests/rustdoc/private-use-decl-macro-47038.rs

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

13 lines
250 B
Rust
Raw Normal View History

#![feature(decl_macro)]
#![crate_name = "foo"]
2023-11-20 18:50:25 +00: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'