2022-10-03 17:08:42 +00:00
|
|
|
error: ~const can only be applied to `#[const_trait]` traits
|
2022-10-20 09:39:09 +00:00
|
|
|
--> $DIR/super-traits-fail-3.rs:12:19
|
2022-10-03 17:08:42 +00:00
|
|
|
|
|
|
|
|
LL | trait Bar: ~const Foo {}
|
2022-10-20 09:39:09 +00:00
|
|
|
| ^^^
|
2022-10-03 17:08:42 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|