]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-35570.stderr
Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix
[rust.git] / src / test / ui / issue-35570.stderr
1 error: compilation successful
2   --> $DIR/issue-35570.rs:38:1
3    |
4 LL | / fn main() { //~ ERROR compilation successful
5 LL | |     takes_lifetime(foo);
6 LL | | }
7    | |_^
8
9 error: aborting due to previous error
10