mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-05 14:37:37 +00:00
8 lines
152 B
Rust
8 lines
152 B
Rust
![]() |
#![deny(unknown_or_malformed_diagnostic_attributes)]
|
||
|
|
||
|
#[diagnostic::unknown_attribute]
|
||
|
//~^ERROR unknown diagnostic attribute
|
||
|
struct Foo;
|
||
|
|
||
|
fn main() {}
|