blob: c39d007312fef08fb07cb05d6ff7fdda46669b28 [file] [log] [blame]
error[E0597]: `line` does not live long enough
--> $DIR/regions-pattern-typing-issue-19552.rs:15:14
|
LL | match [&*line] { //~ ERROR `line` does not live long enough
| ^^^^ borrowed value does not live long enough
...
LL | }
| - `line` dropped here while still borrowed
|
= note: borrowed value must be valid for the static lifetime...
error: aborting due to previous error
For more information about this error, try `rustc --explain E0597`.