2024-05-15 18:52:08 -05:00
|
|
|
error: `repr` is not an unsafe attribute
|
2024-08-07 01:36:28 -05:00
|
|
|
--> $DIR/unsafe-safe-attribute.rs:1:3
|
2024-05-15 18:52:08 -05:00
|
|
|
|
|
|
|
|
LL | #[unsafe(repr(C))]
|
2024-07-09 19:06:49 -05:00
|
|
|
| ^^^^^^ this is not an unsafe attribute
|
2024-05-15 18:52:08 -05:00
|
|
|
|
|
|
|
|
= note: extraneous unsafe is not allowed in attributes
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|