about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-03-14 12:22:38 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-03-29 08:55:15 -0700
commitc033942925baccfed375a75fa5e4c2a26fd7dcc5 (patch)
tree1697d9c21c29103f8fbfe57f7a0c243f15e7aeb3 /src/librustc_data_structures
parentccce2c6eb914a66571f60fa0afe8a46faa9fb3bd (diff)
downloadrust-c033942925baccfed375a75fa5e4c2a26fd7dcc5.tar.gz
rust-c033942925baccfed375a75fa5e4c2a26fd7dcc5.zip
rustbuild: Update bootstrap compiler
Now that we've also updated cargo's release process this commit also changes the
download location of Cargo from Cargos archives back to the static.r-l.o
archives. This should ensure that the Cargo download is the exact Cargo paired
with the rustc that we release.
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index 8ecfd75dc95..9ccd95dd8d8 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -27,7 +27,6 @@
 
 #![feature(shared)]
 #![feature(collections_range)]
-#![cfg_attr(stage0,feature(field_init_shorthand))]
 #![feature(nonzero)]
 #![feature(rustc_private)]
 #![feature(staged_api)]