about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-slice-array.js
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-06 20:59:35 +0100
committerGitHub <noreply@github.com>2025-01-06 20:59:35 +0100
commit8e2631bdb647d0a8377649be4c97784a95d72034 (patch)
tree6525a6be55c769ed61ff8a2c32a52c3bebcacc97 /tests/rustdoc-js-std/parser-slice-array.js
parentc31a4b9ac46a752d26b0fc9a56942eef16fe631c (diff)
parent85e0d42a776cc0fc655b39cb9e085d36caec071b (diff)
downloadrust-8e2631bdb647d0a8377649be4c97784a95d72034.tar.gz
rust-8e2631bdb647d0a8377649be4c97784a95d72034.zip
Rollup merge of #135146 - Zalathar:anyhow-backtrace, r=jieyouxu
Don't enable anyhow's `backtrace` feature in opt-dist

As of the stabilization of `std::backtrace` in Rust 1.65, this package flag has no effect other than to enable an unused dependency on the `backtrace` crate.

(See <https://github.com/dtolnay/anyhow/blob/af0937ef72fbaf9784a6c991e029738728d025e2/Cargo.toml#L18-L23>.)

While the presence of this feature in opt-dist doesn't cause other tools (which use anyhow) to actually *build* backtrace, it does affect the global crate graph used for dependency version resolution. After removing this feature, we can use `cargo tree --invert --package backtrace` to see that the only remaining reverse-dependency of backtrace is `color-eyre`, which is used by `ui_test`.
Diffstat (limited to 'tests/rustdoc-js-std/parser-slice-array.js')
0 files changed, 0 insertions, 0 deletions