2022-10-03 12:08:42 -05:00
|
|
|
error: ~const can only be applied to `#[const_trait]` traits
|
2023-07-29 03:20:25 -05:00
|
|
|
--> $DIR/super-traits-fail-3.rs:13:19
|
2022-10-03 12:08:42 -05:00
|
|
|
|
|
|
|
|
LL | trait Bar: ~const Foo {}
|
2022-10-20 04:39:09 -05:00
|
|
|
| ^^^
|
2022-10-03 12:08:42 -05:00
|
|
|
|
2023-04-18 19:13:53 -05:00
|
|
|
error: ~const can only be applied to `#[const_trait]` traits
|
2023-07-29 03:20:25 -05:00
|
|
|
--> $DIR/super-traits-fail-3.rs:13:19
|
2023-04-18 19:13:53 -05:00
|
|
|
|
|
|
|
|
LL | trait Bar: ~const Foo {}
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2022-10-03 12:08:42 -05:00
|
|
|
|