summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/private-use-decl-macro-47038.rs
blob: 8944bdd42b4fb64c62820f508f0de20efac3f87e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#![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'