Skip to content
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

Merged
merged 4 commits into from
Nov 11, 2016
Merged

Clean up some FIXMEs. #37104

merged 4 commits into from
Nov 11, 2016

Conversation

luqmana
Copy link
Member

@luqmana luqmana commented Oct 12, 2016

Remove some assorted FIXMEs in the codebase.

@rust-highfive
Copy link
Collaborator

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,
Copy link
Member

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?

Copy link
Member Author

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.

@alexcrichton
Copy link
Member

ping r? @pnkfelix

@bors
Copy link
Contributor

bors commented Nov 9, 2016

☔ The latest upstream changes (presumably #37670) made this pull request unmergeable. Please resolve the merge conflicts.

@alexcrichton
Copy link
Member

@eddyb, thoughts here? (looks fairly trivial)

@luqmana want to rebase?

@alexcrichton alexcrichton added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Nov 10, 2016
@eddyb
Copy link
Member

eddyb commented Nov 10, 2016

r=me w/ rebase.

@luqmana
Copy link
Member Author

luqmana commented Nov 11, 2016

@bors r=eddyb

@eddyb
Copy link
Member

eddyb commented Nov 11, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Nov 11, 2016

📌 Commit c2f1e5d has been approved by eddyb

@bors
Copy link
Contributor

bors commented Nov 11, 2016

⌛ Testing commit c2f1e5d with merge de46bea...

bors added a commit that referenced this pull request Nov 11, 2016
Clean up some FIXMEs.

Remove some assorted FIXMEs in the codebase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants