blob: 5ef0f4c6d652cf1fd0b99ce96e0624ece913b71f [file]
error: `#[repr()]` attribute cannot be used on where predicates
--> $DIR/empty-repr.rs:10:1
|
LL | #[repr()]
| ^^^^^^^^^
|
= help: `#[repr()]` can only be applied to data types
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 2 previous errors