2022-10-03 12:08:42 -05:00
|
|
|
error: ~const can only be applied to `#[const_trait]` traits
|
2022-10-20 04:39:09 -05:00
|
|
|
--> $DIR/super-traits-fail-2.rs:11: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
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|