enable question_mark feature in rustc_borrowck
This commit is contained in:
parent
2628f3cc8f
commit
c548eda362
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue