Skip to content

librustc: Implement overloading for the call operator behind a feature #14590

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

Closed
wants to merge 1 commit into from

Conversation

pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Jun 2, 2014

gate.

This is part of unboxed closures.

r? @nick29581

callee.span,
format!("unxpected callee type {}",
callee_ty.repr(self.tcx())).as_slice());
match self.tcx()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a comment here saying what we're looking for? It is not obvious from the code.

@nrc
Copy link
Member

nrc commented Jun 5, 2014

LGTM - r+ with the nits addressed and a few more tests

bors added a commit that referenced this pull request Jun 10, 2014
@bors bors closed this Jun 10, 2014
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Apr 22, 2025
`triagebot.toml` is related to the repo behavior wrt interactions, and
must be kept inline with what is done in the CI.

changelog: none

r? @flip1995
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants