We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58836e8 commit d25dbc5Copy full SHA for d25dbc5
src/libunwind/lib.rs
@@ -13,6 +13,7 @@
13
14
#![feature(cfg_target_vendor)]
15
#![feature(link_cfg)]
16
+#![cfg_attr(not(stage0), feature(nll))]
17
#![feature(staged_api)]
18
#![feature(unwind_attributes)]
19
#![feature(static_nobundle)]
0 commit comments