Files
rust/tests/ui/traits/const-traits/const-default-method-bodies.stderr

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

10 lines
299 B
Plaintext
Raw Normal View History

error[E0277]: the trait bound `NonConstImpl: ~const ConstDefaultFn` is not satisfied
--> $DIR/const-default-method-bodies.rs:25:18
|
LL | NonConstImpl.a();
| ^
2021-07-10 15:17:09 +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`.