]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/inference/question-mark-type-infer.rs
Rollup merge of #95368 - lopopolo:lopopolo/string-try-reserve-exact-doc-typo, r=Dylan-DPC
[rust.git] / src / test / ui / inference / question-mark-type-infer.rs
index 2ef8618192f6b8d14570544c74ab45db51e2aead..64333a29313b349d2187441020d27c7326be8c5b 100644 (file)
@@ -1,5 +1,3 @@
-#![feature(question_mark, question_mark_carrier)]
-
 // Test that type inference fails where there are multiple possible return types
 // for the `?` operator.