]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/regions/regions-pattern-typing-issue-19552.stderr
Auto merge of #60093 - GuillaumeGomez:fix-attrs-pos, r=Manishearth
[rust.git] / src / test / ui / regions / regions-pattern-typing-issue-19552.stderr
index 3e3201db240c94d4ce2dba41d8f1eb3d136b7abc..f77d94a24b88fee2a3fc4d09f0994116b8af8d9b 100644 (file)
@@ -3,11 +3,11 @@ error[E0597]: `line` does not live long enough
    |
 LL |     match [&*line] {
    |              ^^^^ borrowed value does not live long enough
-...
+LL |         [ word ] => { assert_static(word); }
+   |                       ------------------- argument requires that `line` is borrowed for `'static`
+LL |     }
 LL | }
-   | - borrowed value only lives until here
-   |
-   = note: borrowed value must be valid for the static lifetime...
+   | - `line` dropped here while still borrowed
 
 error: aborting due to previous error