summary refs log tree commit diff
path: root/src/test/rustdoc/issue-66159.rs
blob: 003d079a470c0cc2756f75d6fde1c83991bf30da (plain)
1
2
3
4
5
6
7
8
9
10
// aux-crate:priv:issue_66159_1=issue-66159-1.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 issue_66159/index.html
//! [issue_66159_1::Something]