]> git.proxmox.com Git - rustc.git/blame - tests/ui/explicit-tail-calls/become-outside.constant.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / explicit-tail-calls / become-outside.constant.stderr
CommitLineData
fe692bf9
FG
1error[E0572]: become statement outside of function body
2 --> $DIR/become-outside.rs:7:5
3 |
4LL | become f();
5 | ^^^^^^^^^^
6
4b012472 7error: aborting due to 1 previous error
fe692bf9
FG
8
9For more information about this error, try `rustc --explain E0572`.