Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
rustdoc
/
private-use-decl-macro-47038.rs
blob: 8944bdd42b4fb64c62820f508f0de20efac3f87e [
file
] [
log
] [
blame
]
#![
feature
(
decl_macro
)]
#![
crate_name
=
"foo"
]
// 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'