diff options
| author | Taylor Cramer <cramertj@google.com> | 2018-03-28 17:25:39 +0200 |
|---|---|---|
| committer | Taylor Cramer <cramertj@google.com> | 2018-03-29 00:27:50 +0200 |
| commit | e6e6bd27d563b9a53687433feb3d4d4672dafd66 (patch) | |
| tree | 80905423ecc1e04a3fd2fbe2b3ebac52b030da8c /src/librustc_traits | |
| parent | e5277c1457d397f22ba18a1d40c1318729becbb4 (diff) | |
| download | rust-e6e6bd27d563b9a53687433feb3d4d4672dafd66.tar.gz rust-e6e6bd27d563b9a53687433feb3d4d4672dafd66.zip | |
Stabilize underscore lifetimes
Diffstat (limited to 'src/librustc_traits')
| -rw-r--r-- | src/librustc_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_traits/lib.rs b/src/librustc_traits/lib.rs index 0a21cc597e6..90f368edeec 100644 --- a/src/librustc_traits/lib.rs +++ b/src/librustc_traits/lib.rs @@ -15,7 +15,7 @@ #![feature(crate_visibility_modifier)] #![cfg_attr(stage0, feature(match_default_bindings))] -#![feature(underscore_lifetimes)] +#![cfg_attr(stage0, feature(underscore_lifetimes))] #[macro_use] extern crate log; |
