Merge pull request #2248 from rust-lang-nursery/oli-obk-patch-1

Update stderr output to rustc changes
This commit is contained in:
Oliver Schneider 2017-11-27 10:31:00 +01:00 committed by GitHub
commit b7a167549c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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`