Fix beta branch

This test tests a message that is only displayed on nightly.
This commit is contained in:
Brian Anderson 2016-04-12 00:14:03 +00:00
parent b622c3e085
commit 647e73dc0a

View File

@ -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
}