enable question_mark feature in rustc_borrowck
This commit is contained in:
parent
2628f3cc8f
commit
c548eda362
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user