mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 11:37:39 +00:00
8 lines
246 B
Rust
8 lines
246 B
Rust
![]() |
//@ 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;
|