From d25dbc5d84dbacc68a5246678974bec72c12bd04 Mon Sep 17 00:00:00 2001 From: memoryruins Date: Thu, 9 Aug 2018 06:52:12 -0400 Subject: [nll] libunwind: enable feature(nll) for bootstrap --- src/libunwind/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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)] -- cgit 1.4.1-3-g733a5