diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-08-24 17:10:50 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2018-08-24 17:10:50 -0400 |
| commit | 73fb1622b303c67f9e87da87f39ccacea322b5f9 (patch) | |
| tree | b885a3ee203d0492955f66fb5a2c52525221aa23 /src/librustc_data_structures | |
| parent | 46bb36da80923544a90fb4cb1d2fb32fce904732 (diff) | |
| download | rust-73fb1622b303c67f9e87da87f39ccacea322b5f9.tar.gz rust-73fb1622b303c67f9e87da87f39ccacea322b5f9.zip | |
check that adding infer-outlives requirement to all crates works
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 1eef7870c01..533b7f5e0af 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -27,6 +27,7 @@ #![feature(optin_builtin_traits)] #![cfg_attr(stage0, feature(macro_vis_matcher))] #![cfg_attr(not(stage0), feature(nll))] +#![cfg_attr(not(stage0), feature(infer_outlives_requirements))] #![feature(allow_internal_unstable)] #![feature(vec_resize_with)] |
