Conversation
|
(rustbot has picked a reviewer for you, use r? to override) |
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
|
I also hope to get this into 1.72-beta before its release next week. @rustbot label +beta-nominated |
|
Hmm, looks like #113658 just landed and updated these too. I will refactor this to just my regression test, but for beta backport we'll still need the dependency changes as well, especially |
|
Here's what it looks like for 1.72-beta: |
|
@bors r+ rollup (since it's just a regression test) untagging T-compiler from the tags so it's clear that this is a T-libs beta nomination (unless you think this should be backport nominated for T-compiler or something 😺) |
…llaumeGomez Rollup of 10 pull requests Successful merges: - rust-lang#114711 (Infer `Lld::No` linker hint when the linker stem is a generic compiler driver) - rust-lang#114772 (Add `{Local}ModDefId` to more strongly type DefIds`) - rust-lang#114800 (std: add some missing repr(transparent)) - rust-lang#114820 (Add test for unknown_lints from another file.) - rust-lang#114825 (Upgrade std to gimli 0.28.0) - rust-lang#114827 (Only consider object candidates for object-safe dyn types in new solver) - rust-lang#114828 (Probe when assembling upcast candidates so they don't step on eachother's toes in new solver) - rust-lang#114829 (Separate `consider_unsize_to_dyn_candidate` from other unsize candidates) - rust-lang#114830 (Clean up some bad UI testing annotations) - rust-lang#114831 (Check projection args before substitution in new solver) r? `@ghost` `@rustbot` modify labels: rollup
[beta] backports * Upgrade std to gimli 0.28.0 rust-lang#114825 * Partially revert rust-lang#107200 rust-lang#114897 * Permit pre-evaluated constants in simd_shuffle rust-lang#113529 r? cuviper
Gimli 0.28 removed its
From<EndianSlice> for &[u8]that was the root cause of #113238.This dependency update mirrors rust-lang/backtrace-rs#557, but since that doesn't require any code changes in
backtrace, we can also apply that right away for our nestedstd/backtracefeature.