Uh oh!
There was an error while loading. Please reload this page.
Updates compiler error E0040 with new format - #35357
Conversation
rust-highfive
commented
Aug 5, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @GuillaumeGomez (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
GuillaumeGomez
commented
Aug 5, 2016
Thanks! Can you update the corresponding test file in compile-fail directory please? |
Yeah, it seems I forgot to update that on both of my PRs. I'll go ahead and update this later tonight. Thank you for catching it. 😳 |
shri3k
commented
Aug 6, 2016
I was able to find only one test file corresponding to this error. Updated it. |
GuillaumeGomez
commented
Aug 6, 2016
Thanks! @bors: r+ rollup |
bors
commented
Aug 6, 2016
📌 Commit e5a4a7a has been approved by |
Updates compiler error E0040 with new format Addresses rust-lang#35208 as part of rust-lang#35233. r? @GuillaumeGomez
| fn main() { | ||
| let mut x = Foo { x: -7 }; | ||
| x.drop(); //~ ERROR E0040 | ||
| x.drop(); |
There was a problem hiding this comment.
Trailing whitespace on this line.
sanxiyn
commented
Aug 7, 2016
@bors r- |
sophiajt
commented
Aug 7, 2016
@bors r+ rollup |
bors
commented
Aug 7, 2016
📌 Commit b564c6a has been approved by |
Updates compiler error E0040 with new format Addresses rust-lang#35208 as part of rust-lang#35233. r? @GuillaumeGomez
Updates compiler error E0040 with new format Addresses rust-lang#35208 as part of rust-lang#35233. r? @GuillaumeGomez
Addresses #35208 as part of #35233.
r? @GuillaumeGomez