Skip to content

Commit c548eda

Browse files
author
Jorge Aparicio
committed
enable question_mark feature in rustc_borrowck
1 parent 2628f3c commit c548eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_borrowck/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#![feature(staged_api)]
2626
#![feature(associated_consts)]
2727
#![feature(nonzero)]
28+
#![feature(question_mark)]
2829
#[macro_use] extern crate log;
2930
#[macro_use] extern crate syntax;
3031

0 commit comments

Comments
 (0)