mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 02:13:57 +00:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
error: traits in `#[derive(...)]` don't accept `unsafe(...)`
|
|
--> $DIR/derive-unsafe-attributes.rs:3:10
|
|
|
|
|
LL | #[derive(unsafe(Debug))]
|
|
| ^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|