]> git.proxmox.com Git - rustc.git/blame - src/test/ui/typeck/issue-86721-return-expr-ice.rev2.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / typeck / issue-86721-return-expr-ice.rev2.stderr
CommitLineData
136023e0
XL
1error[E0572]: return statement outside of function body
2 --> $DIR/issue-86721-return-expr-ice.rs:15:20
3 |
4LL | fn foo(a: [(); return]);
5 | ^^^^^^
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0572`.