Skip to content

Commit

Permalink
[nll] libunwind: enable feature(nll) for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryruins committed Aug 9, 2018
1 parent 58836e8 commit d25dbc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libunwind/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit d25dbc5

Please sign in to comment.