Files
rust/tests/ui/traits/const-traits/call.stderr

10 lines
308 B
Plaintext
Raw Normal View History

2025-07-03 09:14:56 +00:00
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
2025-07-03 09:14:56 +00:00
For more information about this error, try `rustc --explain E0277`.