Uh oh!
There was an error while loading. Please reload this page.
Suggest adding a reference to a trait assoc item - #100769
Merged
bors merged 2 commits intoAug 20, 2022
Merged
Conversation
rust-highfive
commented
Aug 19, 2022
Contributor
r? @cjgillot (rust-highfive has picked a reviewer for you, use r? to override) |
| }); | ||
| let mut try_borrowing = |old_pred: ty::PolyTraitPredicate<'tcx>, | ||
| blacklist: &[DefId]| | ||
| -> bool { |
Contributor
There was a problem hiding this comment.
The formatting is a bit unorthodox here, but if rustfmt says so...
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
cjgillot
commented
Aug 20, 2022
Contributor
r=me with this naming nits addressed. |
TaKO8Ki
commented
Aug 20, 2022
MemberAuthor
@bors r=cjgillot |
bors
commented
Aug 20, 2022
Collaborator
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Aug 20, 2022
…o-trait-assoc-item, r=cjgillot Suggest adding a reference to a trait assoc item fixesrust-lang#100289
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Aug 20, 2022
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#97963 (net listen backlog set to negative on Linux.) - rust-lang#99935 (Reenable disabled early syntax gates as future-incompatibility lints) - rust-lang#100129 (add miri-test-libstd support to libstd) - rust-lang#100500 (Ban references to `Self` in trait object substs for projection predicates too.) - rust-lang#100636 (Revert "Revert "Allow dynamic linking for iOS/tvOS targets."") - rust-lang#100718 ([rustdoc] Fix item info display) - rust-lang#100769 (Suggest adding a reference to a trait assoc item) - rust-lang#100777 (elaborate how revisions work with FileCheck stuff in src/test/codegen) - rust-lang#100796 (Refactor: remove unnecessary string searchings) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
compiler-errors added a commit
to compiler-errors/rust
that referenced
this pull request
Aug 21, 2022
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#100289