Uh oh!
There was an error while loading. Please reload this page.
Use structured suggestions for missing associated items - #65752
Conversation
rust-highfive
commented
Oct 24, 2019
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
estebank
commented
Oct 24, 2019
r? @Centril Looking at the changes one commit at a time will be easier to follow. |
This comment has been minimized.
This comment has been minimized.
Centril
left a comment
There was a problem hiding this comment.
This is just some initial feedback; I'll look more in-depth later.
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.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
f73eb2c to
ab187baCompare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
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.
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.
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.
Centril
commented
Oct 31, 2019
r=me with two remaining nits addressed. |
This comment has been minimized.
This comment has been minimized.
estebank
commented
Nov 6, 2019
@bors r=Centril |
bors
commented
Nov 6, 2019
📌 Commit a12a32a has been approved by |
bors
commented
Nov 7, 2019
⌛ Testing commit a12a32a with merge 67e714a18f52bd750356eb37155ed35134022025... |
Use structured suggestions for missing associated items When encountering an `impl` that is missing associated items required by its `trait`, use structured suggestions at an appropriate place in the `impl`.
Centril
commented
Nov 7, 2019
@bors retry rolled up. |
Rollup of 5 pull requests Successful merges: - #59789 (Revert two unapproved changes to rustc_typeck.) - #65752 (Use structured suggestions for missing associated items) - #65884 (syntax: ABI-oblivious grammar) - #65974 (A scheme for more macro-matcher friendly pre-expansion gating) - #66017 (Add future incompatibility lint for `array.into_iter()`) Failed merges: - #66056 (rustc_metadata: Some reorganization of the module structure) r? @ghost
When encountering an
implthat is missing associated items required by itstrait, use structured suggestions at an appropriate place in theimpl.