-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add BoundKind
in visit_param_bounds
to check questions in bounds
#96246
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! This is certainly better looking than the previous way. I have a few nits, then I can take a closer look and verify this works as before.
Thanks for reviewing! I renamed |
BoundCtxt
in visit_param_bounds
to check questions in boundsBoundKind
in visit_param_bounds
to check questions in bounds
@bors r+ |
📌 Commit 38bd4fb has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (7417110): 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. |
From the FIXME in the impl of
AstValidator
. Better bound checks by addingBoundCtxt
type parameter tovisit_param_bound
cc @ecstatic-morse