Skip to content

Commit 647e73d

Browse files
committed
Fix beta branch
This test tests a message that is only displayed on nightly.
1 parent b622c3e commit 647e73d

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)