-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Clean up some FIXMEs. #37104
Clean up some FIXMEs. #37104
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
// FIXME(#20649) -- why are we using the `self_ty` as the element type...? | ||
let self_ty = method_ty.fn_sig().input(0); | ||
(self.tcx().no_late_bound_regions(&self_ty).unwrap(), | ||
(ref_ty.builtin_deref(false, ty::NoPreference).unwrap().ty, |
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.
does this represent a change in analysis behavior?
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.
Not that I could see and passed make check
. Also @nikomatsakis mentioned on the issue that he didn't expect any effect.
ping r? @pnkfelix |
☔ The latest upstream changes (presumably #37670) made this pull request unmergeable. Please resolve the merge conflicts. |
r=me w/ rebase. |
@bors r=eddyb |
@bors r+ |
📌 Commit c2f1e5d has been approved by |
Clean up some FIXMEs. Remove some assorted FIXMEs in the codebase.
Remove some assorted FIXMEs in the codebase.