mirror of https://github.com/rwf2/Rocket.git
Update 'stderr' messages for latest nightly.
This commit is contained in:
parent
1d53fee0d3
commit
d136332e91
|
@ -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();
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue