Uh oh!
There was an error while loading. Please reload this page.
Suggest the path separator when a dot is used on a trait - #100367
Merged
Conversation
rust-highfive
commented
Aug 10, 2022
Contributor
r? @fee1-dead (rust-highfive has picked a reviewer for you, use r? to override) |
fmease
commented
Aug 10, 2022
Uh oh!
There was an error while loading. Please reload this page.
fmease
commented
Aug 10, 2022
Uh oh!
There was an error while loading. Please reload this page.
fmease
commented
Aug 10, 2022
Uh oh!
There was an error while loading. Please reload this page.
fmease
commented
Aug 10, 2022
Uh oh!
There was an error while loading. Please reload this page.
compiler-errors
commented
Aug 11, 2022
Contributor
bors
commented
Aug 11, 2022
Collaborator
✌️ @fmease can now approve this pull request |
fmease
commented
Aug 11, 2022
MemberAuthor
@bors r=compiler-errors |
bors
commented
Aug 11, 2022
Collaborator
Dylan-DPC added a commit
to Dylan-DPC/rust
that referenced
this pull request
Aug 13, 2022
Suggest the path separator when a dot is used on a trait Fixesrust-lang#100365. `@rustbot` label A-diagnostics r? diagnostics
compiler-errors
commented
Aug 13, 2022
Contributor
alleviating pressure on bors queue, since this is just diagnostics changes @bors rollup |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Aug 14, 2022
…mpiler-errors Rollup of 8 pull requests Successful merges: - rust-lang#99646 (Only point out a single function parameter if we have a single arg incompatibility) - rust-lang#100299 (make `clean::Item::span` return `Option` instead of dummy span) - rust-lang#100335 (Rustdoc-Json: Add `Path` type for traits.) - rust-lang#100367 (Suggest the path separator when a dot is used on a trait) - rust-lang#100431 (Enum variant ctor inherits the stability of the enum variant) - rust-lang#100446 (Suggest removing a semicolon after impl/trait items) - rust-lang#100468 (Use an extensionless `x` script for non-Windows) - rust-lang#100479 (Argument type error improvements) Failed merges: - rust-lang#100483 (Point to generic or arg if it's the self type of unsatisfied projection predicate) r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#100365.
@rustbot label A-diagnostics
r? diagnostics