]> git.lizzy.rs Git - rust.git/commitdiff
fix line
authorNiko Matsakis <niko@alum.mit.edu>
Fri, 19 Jan 2018 21:46:07 +0000 (16:46 -0500)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2018 21:46:07 +0000 (16:46 -0500)
src/test/ui/issue-29723.rs

index 54785accdb7c016884701bbc77b5a49d6e195585..f31e965ae01c74679ffca4d3b91e70f2ad3694c9 100644 (file)
@@ -20,7 +20,7 @@ fn main() {
             // This should trigger an error,
             // s could have been moved from.
             s
-            //~ ERROR use of moved value: `s`
+            //~^ ERROR use of moved value: `s`
         }
     };
 }