mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
dec689432f
Update backtrace Most notably, this pulls in https://github.com/rust-lang/backtrace-rs/commit/ebc9a85466506e4fd0ba9cb72b15c42e320a0867, which is both a bugfix and a significant performance improvement for Miri, since fixing the bug makes `RUST_BACKTRACE=1` backtraces much smaller: https://github.com/rust-lang/miri/issues/2273, https://github.com/rust-lang/miri-test-libstd/issues/8 This also pulls in other commits which turn the backtrace-rs CI green. That's nice.