2025-08-09 20:41:01 +02:00
|
|
|
error: unused attribute
|
|
|
|
|
--> $DIR/empty-repr.rs:10:1
|
|
|
|
|
|
|
|
|
|
|
LL | #[repr()]
|
|
|
|
|
| ^^^^^^^^^ help: remove this attribute
|
|
|
|
|
|
|
2025-09-16 11:52:17 -07:00
|
|
|
= note: using `repr` with an empty list has no effect
|
2025-08-09 20:41:01 +02:00
|
|
|
note: the lint level is defined here
|
|
|
|
|
--> $DIR/empty-repr.rs:4:9
|
|
|
|
|
|
|
|
|
|
|
LL | #![deny(unused_attributes)]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|