about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/non-const-op-const-closure-non-const-outer.stderr
blob: dcf65ab6940801f194b81f603325e130b97bd573 (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `{closure@$DIR/non-const-op-const-closure-non-const-outer.rs:13:6: 13:14}: [const] Fn()` is not satisfied
  --> $DIR/non-const-op-const-closure-non-const-outer.rs:13:5
   |
LL |     (const || { (()).foo() })();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.