We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b622c3e commit 647e73dCopy full SHA for 647e73d
src/test/compile-fail/feature-gate-try-operator.rs
@@ -14,7 +14,5 @@ macro_rules! id {
14
15
fn main() {
16
id!(x?); //~ error: the `?` operator is not stable (see issue #31436)
17
- //~^ help: add #![feature(question_mark)] to the crate attributes to enable
18
y?; //~ error: the `?` operator is not stable (see issue #31436)
19
20
}
0 commit comments