mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
13 lines
250 B
Rust
13 lines
250 B
Rust
#![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'
|