2024-10-02 19:42:06 +08:00
|
|
|
error[E0277]: the trait bound `(): ~const Tr` is not satisfied
|
2024-10-20 19:49:11 +00:00
|
|
|
--> $DIR/default-method-body-is-const-same-trait-ck.rs:10:9
|
2022-01-11 23:52:24 +08:00
|
|
|
|
|
|
|
|
|
LL | ().a()
|
2024-10-20 19:49:11 +00:00
|
|
|
| ^^^^^^
|
2022-01-28 21:57:29 +11:00
|
|
|
|
2024-10-02 19:42:06 +08:00
|
|
|
error: aborting due to 1 previous error
|
2022-01-11 23:52:24 +08:00
|
|
|
|
2023-07-29 09:48:42 +00:00
|
|
|
For more information about this error, try `rustc --explain E0277`.
|