Sign in
fuchsia
/
third_party
/
rust
/
7e8a8c9cb152530c9833a389e7a7d79c7db693cc
/
.
/
tests
/
rustdoc
/
inline_cross
/
attributes.rs
blob: 4747f8ad67c1f7465c6cd24a66ab560a88b8ea97 [
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
;