Files
rust/tests/ui/traits/const-traits/default-method-body-is-const-same-trait-ck.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
279 B
Plaintext
Raw Normal View History

error[E0277]: the trait bound `(): [const] Tr` is not satisfied
--> $DIR/default-method-body-is-const-same-trait-ck.rs:9:12
2022-01-11 23:52:24 +08:00
|
LL | ().a()
| ^
error: aborting due to 1 previous error
2022-01-11 23:52:24 +08:00
For more information about this error, try `rustc --explain E0277`.