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

Error that doesn't have an error code #65967

Closed
GuillaumeGomez opened this issue Oct 30, 2019 · 0 comments · Fixed by #65995
Closed

Error that doesn't have an error code #65967

GuillaumeGomez opened this issue Oct 30, 2019 · 0 comments · Fixed by #65995
Assignees
Labels
A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@GuillaumeGomez
Copy link
Member

The following error should have an error code:

fn foo2(x: u8, ...) {}

fn main() {}

I'll send the PR tomorrow.

@GuillaumeGomez GuillaumeGomez self-assigned this Oct 30, 2019
@estebank estebank added A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Oct 30, 2019
tmandry added a commit to tmandry/rust that referenced this issue Oct 31, 2019
…r=estebank

Add error code E0743 for "C-variadic has been used on a non-foreign function"

Fixes rust-lang#65967
@bors bors closed this as completed in 1ea6685 Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants