diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-12-30 08:04:59 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-12-30 09:27:19 -0500 |
| commit | fe031180d0be11ce15ee82872829af4092356188 (patch) | |
| tree | 505b6b6c785f9506d6a9a82372d95d0488aee2c3 /compiler/rustc_data_structures/src | |
| parent | d107a87d34c1fc3521aaab7a2576ffbaf59cb2cb (diff) | |
| download | rust-fe031180d0be11ce15ee82872829af4092356188.tar.gz rust-fe031180d0be11ce15ee82872829af4092356188.zip | |
Bump bootstrap compiler to 1.50 beta
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 01d3a759316..5880bbd3de4 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -15,8 +15,7 @@ #![feature(fn_traits)] #![feature(int_bits_const)] #![feature(min_specialization)] -#![cfg_attr(bootstrap, feature(optin_builtin_traits))] -#![cfg_attr(not(bootstrap), feature(auto_traits))] +#![feature(auto_traits)] #![feature(nll)] #![feature(allow_internal_unstable)] #![feature(hash_raw_entry)] |
