Update codegen for 2018-08-14 nightly.

This commit is contained in:
messense 2018-08-15 12:50:09 +08:00 committed by Sergio Benitez
parent 47485dbadd
commit 135b7d29ae
2 changed files with 3 additions and 3 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 = "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();

View File

@ -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)