rust/tests/ui/rfc-2632-const-trait-impl/attr-misuse.stderr
2023-01-11 09:32:08 +00:00

15 lines
294 B
Plaintext

error: attribute should be applied to a trait
--> $DIR/attr-misuse.rs:9:1
|
LL | #[const_trait]
| ^^^^^^^^^^^^^^
error: attribute should be applied to a trait
--> $DIR/attr-misuse.rs:5:5
|
LL | #[const_trait]
| ^^^^^^^^^^^^^^
error: aborting due to 2 previous errors