Skip to content

Commit

Permalink
Update stderr output to rustc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Nov 27, 2017
1 parent 17e322b commit 656df3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/regex.stderr
Expand Up @@ -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`
Expand Down

0 comments on commit 656df3c

Please sign in to comment.