rust/tests/rustdoc/link-extern-crate-title-33178.rs

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

14 lines
326 B
Rust
Raw Normal View History

2016-04-25 06:24:50 +00:00
//@ aux-build:empty.rs
//@ aux-build:variant-struct.rs
//@ ignore-cross-compile
2023-10-16 23:12:17 +00:00
// https://github.com/rust-lang/rust/issues/33178
#![crate_name="issue_33178_1"]
2016-04-25 06:24:50 +00:00
// @has issue_33178_1/index.html
// @!has - //a/@title empty
pub extern crate empty;
// @!has - //a/@title variant_struct
pub extern crate variant_struct as foo;