2018-01-08 03:39:25 +00:00
|
|
|
#![feature(decl_macro)]
|
|
|
|
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
2023-11-20 11:50:25 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/47038
|
|
|
|
|
2018-01-08 03:39:25 +00:00
|
|
|
use std::vec;
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has 'foo/index.html'
|
|
|
|
//@ !has - '//*[@id="macros"]' 'Macros'
|
|
|
|
//@ !has - '//a/@href' 'macro.vec.html'
|
|
|
|
//@ !has 'foo/macro.vec.html'
|