Skip to content

Commit e548880

Browse files
committed
Rollup merge of rust-lang#32894 - brson:fixbeta, r=alexcrichton
Fix beta branch This test tests a message that is only displayed on nightly. Still testing this locally, but I suspect it's correct. r? @alexcrichton
2 parents 22877d6 + 647e73d commit e548880

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/compile-fail/feature-gate-try-operator.rs

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ macro_rules! id {
1414

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

0 commit comments

Comments
 (0)