2024-10-20 14:49:11 -05:00
|
|
|
error[E0277]: the trait bound `S: ~const Foo` is not satisfied
|
|
|
|
--> $DIR/super-traits-fail.rs:18:20
|
2024-08-24 01:01:00 -05:00
|
|
|
|
|
|
|
|
LL | impl const Bar for S {}
|
2024-10-20 14:49:11 -05:00
|
|
|
| ^
|
2024-08-24 01:21:55 -05:00
|
|
|
|
2024-10-20 14:49:11 -05:00
|
|
|
error: aborting due to 1 previous error
|
2024-08-24 01:21:55 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0277`.
|