diff options
| author | Taylor Cramer <cramertj@google.com> | 2018-03-21 18:32:44 -0700 |
|---|---|---|
| committer | Taylor Cramer <cramertj@google.com> | 2018-03-26 10:43:03 +0200 |
| commit | 0f5b52e4a8d3004ef2d69b2ec7f410d4b2c9494c (patch) | |
| tree | 817fd01d71545cf02b1d662698fcf07aa0c68b19 /src/librustc_data_structures | |
| parent | c393db67baf3a15ec61351ffb0e3811e07b8a467 (diff) | |
| download | rust-0f5b52e4a8d3004ef2d69b2ec7f410d4b2c9494c.tar.gz rust-0f5b52e4a8d3004ef2d69b2ec7f410d4b2c9494c.zip | |
Stabilize conservative_impl_trait
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 05bd3ae845f..ff869072871 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -28,7 +28,7 @@ #![feature(unsize)] #![feature(i128_type)] #![feature(i128)] -#![feature(conservative_impl_trait)] +#![cfg_attr(stage0, feature(conservative_impl_trait))] #![feature(specialization)] #![feature(optin_builtin_traits)] #![feature(underscore_lifetimes)] |
