Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
private-use-decl-macro-47038.rs
blob: b72fca06d3b966c1354b27824ded33824d5c3223 [
file
] [
log
] [
blame
] [
edit
]
#![
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'