2023-08-15 03:10:35 -05:00
|
|
|
//@ aux-crate:attributes=attributes.rs
|
|
|
|
//@ edition:2021
|
|
|
|
#![crate_name = "user"]
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has 'user/struct.NonExhaustive.html'
|
|
|
|
//@ has - '//*[@class="rust item-decl"]//*[@class="code-attribute"]' '#[non_exhaustive]'
|
2023-08-15 03:10:35 -05:00
|
|
|
pub use attributes::NonExhaustive;
|