Files
rust/tests/ui/traits/const-traits/call.stderr
2025-07-08 14:36:43 +00:00

10 lines
308 B
Plaintext

error[E0277]: the trait bound `{closure@$DIR/call.rs:7:14: 7:22}: [const] Fn()` is not satisfied
--> $DIR/call.rs:7:13
|
LL | assert!((const || true)());
| ^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.