rust/tests/rustdoc/issue-47038.rs

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

11 lines
199 B
Rust
Raw Normal View History

#![feature(decl_macro)]
#![crate_name = "foo"]
use std::vec;
// @has 'foo/index.html'
// @!has - '//*[@id="macros"]' 'Macros'
// @!has - '//a/@href' 'macro.vec.html'
// @!has 'foo/macro.vec.html'