mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 03:27:44 +00:00
7 lines
157 B
Rust
7 lines
157 B
Rust
![]() |
// aux-build:intra-doc-basic.rs
|
||
|
// build-aux-docs
|
||
|
extern crate a;
|
||
|
|
||
|
// @has 'basic/struct.Bar.html' '//a[@href="../a/struct.Foo.html"]' 'Foo'
|
||
|
pub use a::Bar;
|