-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Do not complain about unconstrained params when Self is Ty Error #64108
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
r? @Centril r=me with changes requested. |
This comment has been minimized.
This comment has been minimized.
pub fn parameters_for<'tcx>( | ||
t: &impl TypeFoldable<'tcx>, | ||
include_nonconstraining: bool, | ||
) -> Vec<Parameter> { |
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.
Spurious rustfmt
?
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.
My guess is manual drive-by fixing... but who cares. ;)
r=me with @eddyb's last two comments also addressed; but keep the rustfmt-ish change tho. |
This comment has been minimized.
This comment has been minimized.
86f7546
to
c44ffaf
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
🤨
|
That's odd... the error seems unrelated? |
@bors retry |
@Centril I'm still not sure what happened here or how my code could have caused this. Would you be ok with adding this PR to the queue on its own to see if it'll merge cleanly? |
@estebank Sure, but it'll have to wait some more until the queue is a bit shorter then. |
@bors rollup=never |
@bors r=Centril |
📌 Commit c44ffaf has been approved by |
Do not complain about unconstrained params when Self is Ty Error Fix rust-lang#36836.
Do not complain about unconstrained params when Self is Ty Error Fix #36836.
☀️ Test successful - checks-azure |
Fix #36836.