diff options
| author | Taylor Cramer <cramertj@google.com> | 2018-03-21 17:44:21 -0700 |
|---|---|---|
| committer | Taylor Cramer <cramertj@google.com> | 2018-03-26 07:39:38 +0200 |
| commit | c393db67baf3a15ec61351ffb0e3811e07b8a467 (patch) | |
| tree | 7788c1c955c4e0d056536409cc52a4f39cdf3187 /src/librustc_data_structures | |
| parent | 445fafaa4b95fdde04751aa523b9e9f06e2c06ea (diff) | |
| download | rust-c393db67baf3a15ec61351ffb0e3811e07b8a467.tar.gz rust-c393db67baf3a15ec61351ffb0e3811e07b8a467.zip | |
Stabilize universal_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 bf0b3726bb3..05bd3ae845f 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -34,7 +34,7 @@ #![feature(underscore_lifetimes)] #![feature(macro_vis_matcher)] #![feature(allow_internal_unstable)] -#![feature(universal_impl_trait)] +#![cfg_attr(stage0, feature(universal_impl_trait))] #![cfg_attr(unix, feature(libc))] #![cfg_attr(test, feature(test))] |
