about summary refs log tree commit diff
path: root/tests/ui/explicit-tail-calls/in-closure.stderr
blob: d221f732e938b222d0f50367c6f1d542d7744058 (plain)
1
2
3
4
5
6
7
8
error: `become` is not allowed in closures
  --> $DIR/in-closure.rs:5:8
   |
LL |     || become f();
   |        ^^^^^^^^^^

error: aborting due to 1 previous error