Skip to content

Commit

Permalink
Merge pull request rust-lang#32897 from brson/fixbeta
Browse files Browse the repository at this point in the history
[beta] Fix beta branch
  • Loading branch information
alexcrichton committed Apr 12, 2016
2 parents 296a216 + 647e73d commit ca38457
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/compile-fail/feature-gate-try-operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ macro_rules! id {

fn main() {
id!(x?); //~ error: the `?` operator is not stable (see issue #31436)
//~^ help: add #![feature(question_mark)] to the crate attributes to enable
y?; //~ error: the `?` operator is not stable (see issue #31436)
//~^ help: add #![feature(question_mark)] to the crate attributes to enable
}

0 comments on commit ca38457

Please sign in to comment.