rust/tests/ui/attributes/empty-repr.stderr
2025-09-27 19:32:14 +02:00

16 lines
356 B
Plaintext

error: unused attribute
--> $DIR/empty-repr.rs:10:1
|
LL | #[repr()]
| ^^^^^^^^^ help: remove this attribute
|
= note: using `repr` with an empty list has no effect
note: the lint level is defined here
--> $DIR/empty-repr.rs:4:9
|
LL | #![deny(unused_attributes)]
| ^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error