blob: 349693f29d5feb5e535879a1fd1a7bf16a6d833b (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: compilation successful
--> $DIR/issue-35570.rs:38:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | takes_lifetime(foo);
LL | | }
| |_^
error: aborting due to previous error
|