Uh oh!
There was an error while loading. Please reload this page.
Remove accidental uses of &A: Allocator - #98233
Conversation
rust-highfive
commented
Jun 18, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
Jun 18, 2022
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
RalfJung
commented
Jun 18, 2022
r? @thomcc |
thomcc
commented
Jun 18, 2022
LGTM. @bors r+ |
bors
commented
Jun 18, 2022
📌 Commit b05d71f has been approved by |
Remove accidental uses of `&A: Allocator` Cc rust-lang#98232Fixesrust-lang#98176 (for real this time)
Rollup of 5 pull requests Successful merges: - rust-lang#98105 (rustdoc: remove tuple link on round braces) - rust-lang#98136 (Rename `impl_constness` to `constness`) - rust-lang#98146 (Remove --memory-init-file flag when linking with Emscripten) - rust-lang#98219 (Skip late bound regions in GATSubstCollector) - rust-lang#98233 (Remove accidental uses of `&A: Allocator`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
…omcc remove use of &Alloc in btree tests I missed these in rust-lang#98233. r? `@thomcc`
…omcc remove use of &Alloc in btree tests I missed these in rust-lang#98233. r? ``@thomcc``
remove use of &Alloc in btree tests I missed these in rust-lang/rust#98233. r? ``@thomcc``
Cc #98232
Fixes#98176 (for real this time)