Skip to content

Commit

Permalink
Stabilise ?
Browse files Browse the repository at this point in the history
cc [`?` tracking issue](rust-lang/rust#31436)
  • Loading branch information
nrc committed Oct 11, 2016
1 parent 0022e65 commit 2439bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
#![cfg_attr(not(stage0), deny(warnings))]

#![feature(str_escape)]
#![feature(question_mark)]
#![cfg_attr(stage0, feature(question_mark))]

use self::LabelText::*;

Expand Down

0 comments on commit 2439bbe

Please sign in to comment.