blob: ac9e6174dc1cbee2b17bff70e2a54204b0405494 [file] [log] [blame]
//@ aux-crate:attributes=attributes.rs
//@ edition:2021
#![crate_name = "user"]
// @has 'user/struct.NonExhaustive.html'
// @has - '//*[@class="rust item-decl"]//*[@class="code-attribute"]' '#[non_exhaustive]'
pub use attributes::NonExhaustive;