mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
8 lines
244 B
Rust
8 lines
244 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;
|