2025-03-11 12:08:45 +00:00
|
|
|
error[E0277]: the trait bound `(): [const] Tr` is not satisfied
|
2024-11-24 01:15:04 +00:00
|
|
|
--> $DIR/default-method-body-is-const-same-trait-ck.rs:9:12
|
2022-01-11 23:52:24 +08:00
|
|
|
|
|
|
|
|
|
LL | ().a()
|
2024-11-24 01:15:04 +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`.
|