2024-02-22 06:10:29 -06:00
|
|
|
//@ aux-crate:priv:pub_struct=pub-struct.rs
|
|
|
|
//@ compile-flags:-Z unstable-options
|
2021-05-27 09:06:30 -05:00
|
|
|
|
|
|
|
// 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.
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has issue_66159/index.html
|
2021-08-21 15:15:20 -05:00
|
|
|
//! [pub_struct::SomeStruct]
|