about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-04-04 07:16:25 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-04-05 07:13:45 -0700
commit8958815916201421b0a6648c68d7eb31bd3197ee (patch)
treef9363ac15783a2e4817cb9979c57162b559c5bda /src/librustc_errors
parent01d0be99257f5942ddc1168db1a7b5a472cf2c31 (diff)
downloadrust-8958815916201421b0a6648c68d7eb31bd3197ee.tar.gz
rust-8958815916201421b0a6648c68d7eb31bd3197ee.zip
Bump the bootstrap compiler to 1.26.0 beta
Holy cow that's a lot of `cfg(stage0)` removed and a lot of new stable language
features!
Diffstat (limited to 'src/librustc_errors')
-rw-r--r--src/librustc_errors/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs
index 37ae64cef57..c283df6ec0f 100644
--- a/src/librustc_errors/lib.rs
+++ b/src/librustc_errors/lib.rs
@@ -17,8 +17,6 @@
 #![allow(unused_attributes)]
 #![feature(range_contains)]
 #![cfg_attr(unix, feature(libc))]
-#![cfg_attr(stage0, feature(conservative_impl_trait))]
-#![cfg_attr(stage0, feature(i128_type))]
 #![feature(optin_builtin_traits)]
 
 extern crate atty;