-
Couldn't load subscription status.
- Fork 13.9k
Cleanup e0374 #69554
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
Cleanup e0374 #69554
Conversation
a70b9d7 to
7856cb8
Compare
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.
| `CoerceUnsized` was implemented on a struct without a field containing an usized | |
| `CoerceUnsized` was implemented on a struct which does not contain a field with an unsized type |
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.
| An [unsized type][1] is any type that the compiler doesn't know the length or | |
| An [unsized type][1] is any type where the compiler does not know the length or |
7856cb8 to
45053d1
Compare
|
Updated! |
|
@bors r+ rollup |
|
📌 Commit 45053d1 has been approved by |
Rollup of 7 pull requests Successful merges: - #69504 (Use assert_ne in hash tests) - #69554 (Cleanup e0374) - #69568 (Clarify explanation of Vec<T> 'fn resize') - #69569 (simplify boolean expressions) - #69577 (Clean up E0375 explanation) - #69598 (rustdoc: HTML escape crate version) - #69607 (Clean up E0376 explanation) Failed merges: r? @ghost
r? @Dylan-DPC