-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
fix: correct the arg for 'suggest to use associated function syntax' diagnostic #118502
Conversation
r? @b-naber (rustbot has picked a reviewer for you, use r? to override) |
could @saethlin help review this? |
Did you pick me because you saw my name on the issue? I really don't know much of anything about this part of the compiler, so I wouldn't have picked me. |
Oh yeah.
Sorry for the interruption. |
No need to apologize. A lot of the compiler team tends to go on vacation around this time, and some of the contributors group (which I'm in) does get review requests. r? compiler |
@bors r+ rollup |
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#117586 (Uplift the (new solver) canonicalizer into `rustc_next_trait_solver`) - rust-lang#118502 (fix: correct the arg for 'suggest to use associated function syntax' diagnostic) - rust-lang#118694 (Add instance evaluation and methods to read an allocation in StableMIR) - rust-lang#118715 (privacy: visit trait def id of projections) - rust-lang#118730 (recurse into refs when comparing tys for diagnostics) - rust-lang#118736 (temporarily revert "ice on ambguity in mir typeck") r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#118502 - Young-Flash:fix, r=compiler-errors fix: correct the arg for 'suggest to use associated function syntax' diagnostic close rust-lang#118469
chore: add test case for type with generic follow up rust-lang#118502
Rollup merge of rust-lang#118775 - Young-Flash:fix, r=compiler-errors chore: add test case for type with generic follow up rust-lang#118502
fix: correct the args for `disambiguate the associated function` diagnostic This is somehow silimar to rust-lang#118502, we shouldn't take receiver as first arg all the cases. close rust-lang#118819
fix: correct the args for `disambiguate the associated function` diagnostic This is somehow silimar to rust-lang/rust#118502, we shouldn't take receiver as first arg all the cases. close rust-lang/rust#118819
fix: correct suggestion arg for impl trait follow up rust-lang#118502, close rust-lang#119775
fix: correct suggestion arg for impl trait follow up rust-lang#118502, close rust-lang#119775
Rollup merge of rust-lang#119957 - Young-Flash:fix, r=fmease fix: correct suggestion arg for impl trait follow up rust-lang#118502, close rust-lang#119775
fix: correct the args for `disambiguate the associated function` diagnostic This is somehow silimar to rust-lang/rust#118502, we shouldn't take receiver as first arg all the cases. close rust-lang/rust#118819
fix: correct the args for `disambiguate the associated function` diagnostic This is somehow silimar to rust-lang/rust#118502, we shouldn't take receiver as first arg all the cases. close rust-lang/rust#118819
close #118469