Skip to content

Commit

Permalink
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
Browse files Browse the repository at this point in the history
fix for late-bound regions

Fix for rust-lang/rust#53419

r? @nikomatsakis
  • Loading branch information
bors committed Aug 27, 2018
2 parents efc85a1 + de379a7 commit 06d1fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#![feature(fnbox)]
#![cfg_attr(any(unix, target_os = "cloudabi"), feature(libc))]
#![cfg_attr(not(stage0), feature(nll))]
#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
#![feature(set_stdio)]
#![feature(panic_unwind)]
#![feature(staged_api)]
Expand Down

0 comments on commit 06d1fe2

Please sign in to comment.