Use latest compiletest

This commit is contained in:
Oliver Schneider 2017-11-30 09:31:23 +01:00
parent 273ddafac5
commit 4d9c41f566
No known key found for this signature in database
GPG Key ID: A69F8D225B3AD7D9

View File

@ -112,7 +112,7 @@ error: trivial regex
error: trivial regex error: trivial regex
--> $DIR/regex.rs:62:40 --> $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` = help: consider using consider using `str::contains`