From d25dbc5d84dbacc68a5246678974bec72c12bd04 Mon Sep 17 00:00:00 2001 From: memoryruins Date: Thu, 9 Aug 2018 06:52:12 -0400 Subject: [PATCH] [nll] libunwind: enable feature(nll) for bootstrap --- src/libunwind/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libunwind/lib.rs b/src/libunwind/lib.rs index 2b3c19c067ed4..424a7e3d009ec 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)]