about summary refs log tree commit diff
path: root/src/libsyntax_pos
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-16 09:19:02 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-11-30 10:38:08 -0800
commit2186660b5169cb7784b89a7fc0a25eb7889d1e6b (patch)
tree57da88baf1858763e63eff44c92a4322b2b56195 /src/libsyntax_pos
parent8e373b47872872a2ce61c5b02f4dd96d90d046ee (diff)
downloadrust-2186660b5169cb7784b89a7fc0a25eb7889d1e6b.tar.gz
rust-2186660b5169cb7784b89a7fc0a25eb7889d1e6b.zip
Update the bootstrap compiler
Now that we've got a beta build, let's use it!
Diffstat (limited to 'src/libsyntax_pos')
-rw-r--r--src/libsyntax_pos/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs
index d6e45aa0b9f..44067b3132c 100644
--- a/src/libsyntax_pos/lib.rs
+++ b/src/libsyntax_pos/lib.rs
@@ -27,7 +27,6 @@
 #![allow(unused_attributes)]
 #![feature(rustc_private)]
 #![feature(staged_api)]
-#![cfg_attr(stage0, feature(question_mark))]
 #![feature(specialization)]
 
 use std::cell::{Cell, RefCell};