Skip to content

Add error explanation for E0057, E0059–E0061#26184

Merged
bors merged 1 commit into
rust-lang:masterfrom
milibopp:error-desc-funcargs
Jun 11, 2015
Merged

Add error explanation for E0057, E0059–E0061#26184
bors merged 1 commit into
rust-lang:masterfrom
milibopp:error-desc-funcargs

Conversation

@milibopp

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

bors commented Jun 11, 2015

Copy link
Copy Markdown
Collaborator

⌛ 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 commented Jun 11, 2015

Copy link
Copy Markdown
Collaborator

@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