blob: 7e3ace9355aeb28aa38777bff716a0f98020b3fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// https://github.com/rust-lang/rust/issues/66159
#![crate_name="foobar"]
//@ aux-crate:priv:pub_struct=pub-struct.rs
//@ compile-flags:-Z unstable-options
// The issue was an ICE which meant that we never actually generated the docs
// so if we have generated the docs, we're okay.
// Since we don't generate the docs for the auxiliary files, we can't actually
// verify that the struct is linked correctly.
//@ has foobar/index.html
//! [pub_struct::SomeStruct]
|