Jonathan Brouwer 4bb7bf64e0
Update uitests
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-08-14 18:18:42 +02:00

43 lines
898 B
Plaintext

error: `#[used]` attribute cannot be used on functions
--> $DIR/used.rs:7:1
|
LL | #[used]
| ^^^^^^^
|
= help: `#[used]` can only be applied to statics
error: `#[used]` attribute cannot be used on structs
--> $DIR/used.rs:10:1
|
LL | #[used]
| ^^^^^^^
|
= help: `#[used]` can only be applied to statics
error: `#[used]` attribute cannot be used on traits
--> $DIR/used.rs:13:1
|
LL | #[used]
| ^^^^^^^
|
= help: `#[used]` can only be applied to statics
error: `#[used]` attribute cannot be used on trait impl blocks
--> $DIR/used.rs:16:1
|
LL | #[used]
| ^^^^^^^
|
= help: `#[used]` can only be applied to statics
error: `#[used]` attribute cannot be used on foreign statics
--> $DIR/used.rs:21:5
|
LL | #[used]
| ^^^^^^^
|
= help: `#[used]` can only be applied to statics
error: aborting due to 5 previous errors