-
Notifications
You must be signed in to change notification settings - Fork 13.3k
use hir::Let
in hir::Guard::IfLet
#96863
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
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Thanks for the PR, @SparrowLii! Looks like a nice simplification. @bors r+ |
📌 Commit 303dcfb has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (07ae142): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
use `hir::Let` in `hir::Guard::IfLet` This PR fixes the FIXME about using `hir::Let` in `hir::Guard::IfLet`
This PR fixes the FIXME about using
hir::Let
inhir::Guard::IfLet