Skip to content

Add error explanation for E0057, E0059–E0061 #26184

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

Merged
merged 1 commit into from
Jun 11, 2015

Conversation

milibopp
Copy link
Contributor

These errors all relate to type checking, specifically the number of function arguments, and occur in librustc_typeck::check::check_argument_types.

Resolves part of #24407.

@rust-highfive
Copy link
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@milibopp milibopp force-pushed the error-desc-funcargs branch from 450f210 to 4753fad Compare June 10, 2015 18:28
These errors all relate to type checking, specifically the number of function
arguments, and occur in librustc_typeck::check::check_argument_types.
@alexcrichton
Copy link
Member

@bors: r+ 4753fad

Thanks!

Manishearth added a commit to Manishearth/rust that referenced this pull request Jun 11, 2015
…xcrichton

These errors all relate to type checking, specifically the number of function arguments, and occur in librustc_typeck::check::check_argument_types.

Resolves part of rust-lang#24407.
@bors
Copy link
Collaborator

bors commented Jun 11, 2015

⌛ Testing commit 4753fad with merge acfcb15...

bors added a commit that referenced this pull request Jun 11, 2015
These errors all relate to type checking, specifically the number of function arguments, and occur in librustc_typeck::check::check_argument_types.

Resolves part of #24407.
@bors bors merged commit 4753fad into rust-lang:master Jun 11, 2015
bors added a commit that referenced this pull request Jun 11, 2015
@milibopp milibopp deleted the error-desc-funcargs branch June 16, 2015 11:47
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.

5 participants