blob: b18f33218c2db68503e59fdc63c012ff7969f7bd [file] [log] [blame]
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