]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc/issue-66159.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / rustdoc / issue-66159.rs
1 // aux-crate:priv:issue_66159_1=issue-66159-1.rs
2 // compile-flags:-Z unstable-options
3
4 // The issue was an ICE which meant that we never actually generated the docs
5 // so if we have generated the docs, we're okay.
6 // Since we don't generate the docs for the auxiliary files, we can't actually
7 // verify that the struct is linked correctly.
8
9 // @has issue_66159/index.html
10 //! [issue_66159_1::Something]