Uh oh!
There was an error while loading. Please reload this page.
Add long error explanation for E0587 - #65563
Conversation
There was a problem hiding this comment.
The word conflicting here suggests that the hints are in conflict by value rather than inherently because they conflict by mere existence. It may be better to simplify this sentence thusly:
| Atype has conflicting packed and align representation hints. | |
| Atype has both `packed` and `align`representation hints. |
And then allow the subsequent paragraph to explain that you can't have them
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Dylan-DPC-zz
commented
Oct 21, 2019
r? @Dylan-DPC |
2aa6201 to
53a7c70CompareGuillaumeGomez
commented
Oct 23, 2019
Updated! |
bors
commented
Oct 23, 2019
☔ The latest upstream changes (presumably #65716) made this pull request unmergeable. Please resolve the merge conflicts. |
53a7c70 to
42a805eCompareJohnCSimon
commented
Oct 26, 2019
Ping form triage - this looks like it's ready for review Thanks! |
Dylan-DPC-zz
commented
Oct 28, 2019
Thanks @JohnCSimon @bors r+ rollup |
bors
commented
Oct 28, 2019
📌 Commit 42a805e has been approved by |
…-E0587, r=Dylan-DPC Add long error explanation for E0587 Part of rust-lang#61137. r? @kinnison
…-E0587, r=Dylan-DPC Add long error explanation for E0587 Part of rust-lang#61137. r? @kinnison
Rollup of 9 pull requests Successful merges: - #65563 (Add long error explanation for E0587) - #65640 (Use heuristics to recover parsing of missing `;`) - #65643 (Correct handling of type flags with `ConstValue::Placeholder`) - #65825 (rustc: use IndexVec<DefIndex, T> instead of Vec<T>.) - #65858 (suggest `const_in_array_repeat_expression` flag) - #65877 (doc: introduce `once` in `iter::chain` document) - #65887 (doc: mention `get(_mut)` in Vec) - #65891 (self-profiling: Record something more useful for crate metadata generation event.) - #65893 (Output previous stable error messaging when using stable build.) Failed merges: r? @ghost
Part of #61137.
r? @kinnison