-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Allow pattern matching over structural types #469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
Comments
(I left out tuple patterns, since the current plan is to drop tuples altogether.) |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
pdietl
pushed a commit
to pdietl/rust
that referenced
this issue
Apr 23, 2020
Mention that #[cold] and #[inline] work on closures
ZuseZ4
added a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
* fix handling of const return activity * zero differetval if ret is const * fix Constant case * fix formating
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Update permissions to hopefully push successfully now * put permissions in the right spot
GuillaumeGomez
pushed a commit
to GuillaumeGomez/rust
that referenced
this issue
Jul 10, 2024
Clippy related fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should be able to pattern match over tups and recs in particular.
The text was updated successfully, but these errors were encountered: