mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
Update stderr output to rustc changes
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user