mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
11 lines
199 B
Rust
11 lines
199 B
Rust
#![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'
|