]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc/issue-33178.rs
Update unsuspicious file list
[rustc.git] / src / test / rustdoc / issue-33178.rs
CommitLineData
a7813a04
XL
1// aux-build:empty.rs
2// aux-build:variant-struct.rs
3// build-aux-docs
4// ignore-cross-compile
1a4d82fc 5
a7813a04
XL
6// @has issue_33178/index.html
7// @has - //a/@title empty
8// @has - //a/@href ../empty/index.html
9pub extern crate empty;
223e47cc 10
a7813a04
XL
11// @has - //a/@title variant_struct
12// @has - //a/@href ../variant_struct/index.html
13pub extern crate variant_struct as foo;