Update 'stderr' messages for latest nightly.

This commit is contained in:
Sergio Benitez 2017-11-09 10:21:01 +01:00
parent 1d53fee0d3
commit d136332e91
2 changed files with 3 additions and 9 deletions

View File

@ -8,8 +8,8 @@ use yansi::Color::{Red, Yellow, Blue, White};
use version_check::{supports_features, is_min_version, is_min_date};
// Specifies the minimum nightly version needed to compile Rocket's codegen.
const MIN_DATE: &'static str = "2017-09-25";
const MIN_VERSION: &'static str = "1.22.0-nightly";
const MIN_DATE: &'static str = "2017-11-08";
const MIN_VERSION: &'static str = "1.23.0-nightly";
fn main() {
let ok_channel = supports_features();

View File

@ -62,11 +62,5 @@ error: expected expression, found `<eof>`
20 | uri!(simple: id = );
| ^
error: expected argument list after `:`
--> $DIR/typed-uris-invalid-syntax.rs:20:21
|
20 | uri!(simple: id = );
| ^
error: aborting due to 11 previous errors
error: aborting due to 10 previous errors