]> git.lizzy.rs Git - rust.git/commitdiff
Update stderr output to rustc changes
authorOliver Schneider <oli-obk@users.noreply.github.com>
Mon, 27 Nov 2017 09:20:38 +0000 (10:20 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2017 09:20:38 +0000 (10:20 +0100)
tests/ui/regex.stderr

index 1c244c1df127e57511d1d82794256726ce4e4301..9f1397990bbfbacec30229ffe968496ef89efaab 100644 (file)
@@ -112,7 +112,7 @@ error: trivial regex
 error: trivial regex
   --> $DIR/regex.rs:62:40
    |
-62 |     let trivial_backslash = Regex::new("a//.b");
+62 |     let trivial_backslash = Regex::new("a/.b");
    |                                        ^^^^^^^
    |
    = help: consider using consider using `str::contains`