]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-66159.rs
Auto merge of #66646 - RalfJung:unwind_to_block, r=oli-obk
[rust.git] / src / test / rustdoc / issue-66159.rs
1 // aux-build:issue-66159-1.rs
2 // compile-flags:-Z unstable-options
3 // extern-private:issue_66159_1
4
5 // The issue was an ICE which meant that we never actually generated the docs
6 // so if we have generated the docs, we're okay.
7 // Since we don't generate the docs for the auxilliary files, we can't actually
8 // verify that the struct is linked correctly.
9
10 // @has issue_66159/index.html
11 //! [issue_66159_1::Something]