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