Files
rust/tests/ui/traits/const-traits/const-closure-trait-method-fail.stderr
2025-07-08 14:36:43 +00:00

10 lines
343 B
Plaintext

error[E0277]: the trait bound `(): const Tr` is not satisfied
--> $DIR/const-closure-trait-method-fail.rs:18:23
|
LL | const _: () = assert!(need_const_closure(Tr::a) == 42);
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.