enable question_mark feature in rustc_borrowck

This commit is contained in:
Jorge Aparicio 2016-03-22 21:59:17 -05:00
parent 2628f3cc8f
commit c548eda362

View File

@ -25,6 +25,7 @@
#![feature(staged_api)]
#![feature(associated_consts)]
#![feature(nonzero)]
#![feature(question_mark)]
#[macro_use] extern crate log;
#[macro_use] extern crate syntax;