2022-03-16 20:49:54 +11:00
|
|
|
error: attribute should be applied to a trait
|
|
|
|
--> $DIR/attr-misuse.rs:9:1
|
2021-07-10 15:58:16 +08:00
|
|
|
|
|
2022-03-16 20:49:54 +11:00
|
|
|
LL | #[const_trait]
|
|
|
|
| ^^^^^^^^^^^^^^
|
2021-07-10 15:58:16 +08:00
|
|
|
|
2022-03-16 20:49:54 +11:00
|
|
|
error: attribute should be applied to a trait
|
2021-07-16 11:54:00 +08:00
|
|
|
--> $DIR/attr-misuse.rs:5:5
|
2021-07-10 15:58:16 +08:00
|
|
|
|
|
2022-03-16 20:49:54 +11:00
|
|
|
LL | #[const_trait]
|
|
|
|
| ^^^^^^^^^^^^^^
|
2021-07-10 15:58:16 +08:00
|
|
|
|
2022-03-16 20:49:54 +11:00
|
|
|
error: aborting due to 2 previous errors
|
2021-07-10 15:58:16 +08:00
|
|
|
|