-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
E0513 #36723
E0513 #36723
Conversation
@GuillaumeGomez To finish this up, you should also put a label on the error span, since this comes from the "put labels on all the errors" list (#35233 (comment)) :) Maybe something like:
|
@@ -3766,6 +3766,43 @@ extern "platform-intrinsic" { | |||
``` | |||
"##, | |||
|
|||
E0513: r##" | |||
The type of the variable couldn't be find out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be "found out" I think.
} | ||
``` | ||
|
||
To fix this error, please fix a constant size instead of `size`. To make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should probably be "please use a constant size"
31110ef
to
c412cfa
Compare
c412cfa
to
96a0f06
Compare
Updated. |
@bors r+ rollup |
📌 Commit 96a0f06 has been approved by |
…rner E0513 Part of rust-lang#35233 r? @jonathandturner
…rner E0513 Part of rust-lang#35233 r? @jonathandturner
Part of #35233
r? @jonathandturner