]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/regions/regions-pattern-typing-issue-19552.nll.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / regions / regions-pattern-typing-issue-19552.nll.stderr
index 927865a3d28c2779721cbe609a012ddc260a6031..8809cf4b09e52c5d6a14570072a0c8f14f02184c 100644 (file)
@@ -1,5 +1,5 @@
 error[E0597]: `line` does not live long enough
-  --> $DIR/regions-pattern-typing-issue-19552.rs:15:14
+  --> $DIR/regions-pattern-typing-issue-19552.rs:5:14
    |
 LL |     match [&*line] { //~ ERROR `line` does not live long enough
    |              ^^^^ borrowed value does not live long enough