2020-06-07 21:16:54 -04:00
|
|
|
// aux-build:intra-doc-basic.rs
|
|
|
|
// build-aux-docs
|
2020-07-29 16:26:32 -07:00
|
|
|
#![deny(intra_doc_resolution_failures)]
|
2020-06-07 21:48:31 -04:00
|
|
|
|
|
|
|
// from https://github.com/rust-lang/rust/issues/65983
|
2020-06-07 21:16:54 -04:00
|
|
|
extern crate a;
|
|
|
|
|
|
|
|
// @has 'basic/struct.Bar.html' '//a[@href="../a/struct.Foo.html"]' 'Foo'
|
|
|
|
pub use a::Bar;
|