diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-06-06 19:32:43 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-06-19 22:25:05 -0700 |
| commit | be7ebdd512e8b4de29c0e0cf5aabf486e988867b (patch) | |
| tree | bb4cfa3e4d8b47883518fc1fd6a34b613b63aae7 /src/librustc_data_structures/lib.rs | |
| parent | 04145943a25c3b8c7e7d7fe8c2efb04f259c25fb (diff) | |
| download | rust-be7ebdd512e8b4de29c0e0cf5aabf486e988867b.tar.gz rust-be7ebdd512e8b4de29c0e0cf5aabf486e988867b.zip | |
Bump version and stage0 compiler
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index cc0e5dec266..d63b4c9c31b 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -37,9 +37,6 @@ #![feature(specialization)] #![feature(manually_drop)] -#![cfg_attr(stage0, unstable(feature = "rustc_private", issue = "27812"))] -#![cfg_attr(stage0, feature(rustc_private))] -#![cfg_attr(stage0, feature(staged_api))] #![cfg_attr(stage0, feature(struct_field_attributes))] #![cfg_attr(unix, feature(libc))] |
