Skip to content

Commit

Permalink
Fix beta branch
Browse files Browse the repository at this point in the history
This test tests a message that is only displayed on nightly.
  • Loading branch information
brson committed Apr 12, 2016
1 parent b622c3e commit 647e73d
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
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 647e73d

Please sign in to comment.