Skip to content

Commit

Permalink
Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis
Browse files Browse the repository at this point in the history
stabilize outlives requirements

rust-lang/rust#44493

r? @nikomatsakis
  • Loading branch information
bors committed Sep 12, 2018
2 parents 8e0507f + 7479618 commit 5344b9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@
test(attr(allow(unused_variables), deny(warnings))))]

#![cfg_attr(not(stage0), feature(nll))]
#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
#![feature(str_escape)]

use self::LabelText::*;
Expand Down

0 comments on commit 5344b9f

Please sign in to comment.