Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
inline_cross
/
attributes.rs
blob: 4747f8ad67c1f7465c6cd24a66ab560a88b8ea97 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
;