2024-10-02 19:42:06 +08:00
|
|
|
error[E0277]: the trait bound `NonConstImpl: ~const ConstDefaultFn` is not satisfied
|
2024-11-24 01:15:04 +00:00
|
|
|
--> $DIR/const-default-method-bodies.rs:25:18
|
2022-01-28 21:57:29 +11:00
|
|
|
|
|
|
|
|
|
LL | NonConstImpl.a();
|
2024-11-24 01:15:04 +00:00
|
|
|
| ^
|
2021-07-10 15:17:09 +08:00
|
|
|
|
2024-10-02 19:42:06 +08:00
|
|
|
error: aborting due to 1 previous error
|
2021-07-10 15:17:09 +08:00
|
|
|
|
2023-08-06 13:20:55 +00:00
|
|
|
For more information about this error, try `rustc --explain E0277`.
|