mirror of https://github.com/rwf2/Rocket.git
Update codegen for 2018-08-14 nightly.
This commit is contained in:
parent
47485dbadd
commit
135b7d29ae
|
@ -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 = "2018-07-16";
|
||||
const MIN_VERSION: &'static str = "1.29.0-nightly";
|
||||
const MIN_DATE: &'static str = "2018-08-14";
|
||||
const MIN_VERSION: &'static str = "1.30.0-nightly";
|
||||
|
||||
fn main() {
|
||||
let ok_channel = supports_features();
|
||||
|
|
|
@ -37,7 +37,7 @@ pub fn uri(
|
|||
delim: MacDelimiter::Parenthesis,
|
||||
tts: args.to_vec().into_iter().collect::<TokenStream>().into(),
|
||||
},
|
||||
::syntax::util::ThinVec::new(),
|
||||
::syntax::ThinVec::new(),
|
||||
);
|
||||
|
||||
MacEager::expr(expr)
|
||||
|
|
Loading…
Reference in New Issue