diff options
| author | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 06:52:12 -0400 |
|---|---|---|
| committer | memoryruins <memoryruinsmusic@gmail.com> | 2018-08-09 06:52:12 -0400 |
| commit | d25dbc5d84dbacc68a5246678974bec72c12bd04 (patch) | |
| tree | 58eb726c86323635c081554634aa1a77430e6bdf | |
| parent | 58836e8a6f3ea21b78084cf3e42ed8fbb18c4e17 (diff) | |
| download | rust-d25dbc5d84dbacc68a5246678974bec72c12bd04.tar.gz rust-d25dbc5d84dbacc68a5246678974bec72c12bd04.zip | |
[nll] libunwind: enable feature(nll) for bootstrap
| -rw-r--r-- | src/libunwind/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libunwind/lib.rs b/src/libunwind/lib.rs index 2b3c19c067e..424a7e3d009 100644 --- a/src/libunwind/lib.rs +++ b/src/libunwind/lib.rs @@ -13,6 +13,7 @@ #![feature(cfg_target_vendor)] #![feature(link_cfg)] +#![cfg_attr(not(stage0), feature(nll))] #![feature(staged_api)] #![feature(unwind_attributes)] #![feature(static_nobundle)] |
