about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/call.stderr
blob: 8e32cab6dfcfb77fc651bcd4c9e0f7a31e2ddd5c (plain)
1
2
3
4
5
6
7
8
9
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`.