Skip to content

Remove Session.trait_methods_not_found - #88218

Merged
bors merged 1 commit into
rust-lang:masterfrom
Aaron1011:missing-method-dyn
Aug 25, 2021
Merged

Remove Session.trait_methods_not_found#88218
bors merged 1 commit into
rust-lang:masterfrom
Aaron1011:missing-method-dyn

Conversation

@Aaron1011

Copy link
Copy Markdown
Contributor

Instead, avoid registering the problematic well-formed obligation
to begin with. This removes global untracked mutable state,
and avoids potential issues with incremental compilation.

Instead, avoid registering the problematic well-formed obligation
to begin with. This removes global untracked mutable state,
and avoids potential issues with incremental compilation.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nagisa

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 22, 2021
@Aaron1011

Copy link
Copy Markdown
ContributorAuthor

cc @estebank

@nagisa

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Aug 23, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 41f9f38 has been approved by nagisa

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 23, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 25, 2021
…eulArtichaut
Rollup of 16 pull requests
Successful merges:
- rust-lang#87944 (add Cell::as_array_of_cells, similar to Cell::as_slice_of_cells)
- rust-lang#88156 (Adjust / fix documentation of `Arc::make_mut`)
- rust-lang#88157 (bootstrap.py: recognize riscv64 when auto-detect)
- rust-lang#88196 (Refactor `named_asm_labels` to a HIR lint)
- rust-lang#88218 (Remove `Session.trait_methods_not_found`)
- rust-lang#88223 (Remove the `TryV2` alias)
- rust-lang#88226 (Fix typo “a Rc” → “an Rc” (and a few more))
- rust-lang#88267 (2229: Update signature for truncate function)
- rust-lang#88273 (Fix references to `ControlFlow` in docs)
- rust-lang#88277 (Update books)
- rust-lang#88291 (Add SAFETY comments to core::slice::sort::partition_in_blocks)
- rust-lang#88293 (Fix grammar in alloc test)
- rust-lang#88298 (Errorkind reorder)
- rust-lang#88299 (Stabilise BufWriter::into_parts)
- rust-lang#88314 (Add type of a let tait test)
- rust-lang#88325 (Add mutable-noalias to the release notes for 1.54)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit f2cbbb9 into rust-lang:masterAug 25, 2021
@rustbotrustbot added this to the 1.56.0 milestone Aug 25, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Aaron1011@rust-highfive@nagisa@bors@estebank@rustbot