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

example for error code E0565 triggers E0535 instead #68892

Closed
tspiteri opened this issue Feb 6, 2020 · 0 comments · Fixed by #68894
Closed

example for error code E0565 triggers E0535 instead #68892

tspiteri opened this issue Feb 6, 2020 · 0 comments · Fixed by #68894
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug.

Comments

@tspiteri
Copy link
Contributor

tspiteri commented Feb 6, 2020

The following example for error code E0565 triggers E0535 instead.

#[inline("always")] // error: unsupported literal
pub fn something() {}
@jonas-schievink jonas-schievink added C-bug Category: This is a bug. A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools labels Feb 6, 2020
@bors bors closed this as completed in 7ef5b89 Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants