Skip to content

Commit

Permalink
enable question_mark feature in rustc_borrowck
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Mar 23, 2016
1 parent 2628f3c commit c548eda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_borrowck/lib.rs
Expand Up @@ -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;

Expand Down

0 comments on commit c548eda

Please sign in to comment.