]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-66159.rs
Rollup merge of #68378 - billyrieger:btreemap-remove-entry, r=KodrAus
[rust.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]