Audit & Harden run-pass
tests for #![feature(bindings_after_at)]
#67523
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
F-bindings_after_at
`#![feature(bindings_after_at)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The feature
bindings_after_at
which allows forx @ Some(y)
patterns, is implemented in #66296. The PR doesn't have as good coverage of the dynamic semantics as we might like. Once the PR lands, we should try to improve things before we stabilize the feature.Notable tests to include:
cc @pnkfelix @matthewjasper #65490
This issue has been assigned to @thekuom via this comment.
The text was updated successfully, but these errors were encountered: