rust/src/test/ui/span/issue-15480.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

16 lines
487 B
Text

error[E0597]: borrowed value does not live long enough
--> $DIR/issue-15480.rs:15:10
|
LL | &id(3)
| ^^^^^ temporary value does not live long enough
LL | ];
| - temporary value dropped here while still borrowed
...
LL | }
| - temporary value needs to live until here
|
= note: consider using a `let` binding to increase its lifetime
error: aborting due to previous error
For more information about this error, try `rustc --explain E0597`.