Skip to content

Commit

Permalink
Unrolled build for rust-lang#124604
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#124604 - Enselic:std-gimli-symbolize, r=workingjubilee

library/std: Remove unused `gimli-symbolize` feature

library/backtrace also declares a feature called `gimli-symbolize` which appear used, but the feature in std with the same name is unused, so remove it.
  • Loading branch information
rust-timer committed May 3, 2024
2 parents 79734f1 + 9af3b1e commit 7cdb335
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }

[features]
backtrace = [
"gimli-symbolize",
'addr2line/rustc-dep-of-std',
'object/rustc-dep-of-std',
'miniz_oxide/rustc-dep-of-std',
]
gimli-symbolize = []

panic-unwind = ["panic_unwind"]
profiler = ["profiler_builtins"]
Expand Down

0 comments on commit 7cdb335

Please sign in to comment.