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

E0513 #36723

Merged
merged 3 commits into from
Sep 27, 2016
Merged

E0513 #36723

merged 3 commits into from
Sep 27, 2016

Conversation

GuillaumeGomez
Copy link
Member

@sophiajt
Copy link
Contributor

sophiajt commented Sep 25, 2016

@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:

    |
103 |             mem::transmute_copy::<&[u8; hdr_sz], GelfChunkHeader>(&b[..hdr_sz]);
    |                                         ^^^^^^ no type for variable

@@ -3766,6 +3766,43 @@ extern "platform-intrinsic" {
```
"##,

E0513: r##"
The type of the variable couldn't be find out.
Copy link
Contributor

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

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"

@GuillaumeGomez
Copy link
Member Author

Updated.

@sophiajt
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Sep 26, 2016

📌 Commit 96a0f06 has been approved by jonathandturner

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Sep 26, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this pull request Sep 27, 2016
bors added a commit that referenced this pull request Sep 27, 2016
@bors bors merged commit 96a0f06 into rust-lang:master Sep 27, 2016
@GuillaumeGomez GuillaumeGomez deleted the e0513 branch September 27, 2016 13:13
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.

4 participants