Update stderr output to rustc changes

This commit is contained in:
Oliver Schneider 2017-11-27 10:20:38 +01:00 committed by GitHub
parent 17e322bf29
commit 656df3c5ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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`