We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 296a216 + 647e73d commit ca38457Copy full SHA for ca38457
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