2024-10-30 18:47:54 +00:00
|
|
|
error[E0277]: the trait bound `T: ~const A` is not satisfied
|
2024-11-24 01:15:04 +00:00
|
|
|
--> $DIR/specializing-constness-2.rs:27:6
|
2024-10-30 18:47:54 +00:00
|
|
|
|
|
|
|
|
|
LL | <T as A>::a();
|
2024-11-24 01:15:04 +00:00
|
|
|
| ^
|
2024-10-30 18:47:54 +00:00
|
|
|
|
2024-10-30 17:42:31 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-09-24 20:15:19 +00:00
|
|
|
|
2024-10-30 17:42:31 +00:00
|
|
|
For more information about this error, try `rustc --explain E0277`.
|