Upgrade std to gimli 0.28.0 - #114825
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 😺) |
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.