We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2628f3c commit c548edaCopy full SHA for c548eda
src/librustc_borrowck/lib.rs
@@ -25,6 +25,7 @@
25
#![feature(staged_api)]
26
#![feature(associated_consts)]
27
#![feature(nonzero)]
28
+#![feature(question_mark)]
29
#[macro_use] extern crate log;
30
#[macro_use] extern crate syntax;
31
0 commit comments