rust/tests/ui/traits/alias/not-a-marker.stderr
Jonathan Brouwer 4bb7bf64e0
Update uitests
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-08-14 18:18:42 +02:00

11 lines
227 B
Plaintext

error: `#[marker]` attribute cannot be used on trait aliases
--> $DIR/not-a-marker.rs:3:1
|
LL | #[marker]
| ^^^^^^^^^
|
= help: `#[marker]` can only be applied to traits
error: aborting due to 1 previous error