File tree 5 files changed +3
-13
lines changed
5 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 73
73
env :
74
74
CARGO_PROFILE_DEV_SPLIT_DEBUGINFO : packed
75
75
CARGO_PROFILE_TEST_SPLIT_DEBUGINFO : packed
76
- - run : cargo test --features gimli-symbolize -- manifest-path crates/without_debuginfo/Cargo.toml
77
- - run : cargo test --manifest-path crates/line-tables-only/Cargo.toml --features gimli-symbolize
76
+ - run : cargo test --manifest-path crates/without_debuginfo/Cargo.toml
77
+ - run : cargo test --manifest-path crates/line-tables-only/Cargo.toml
78
78
79
79
# Test debuginfo compression still works
80
80
- run : cargo test
Original file line number Diff line number Diff line change @@ -79,9 +79,7 @@ coresymbolication = []
79
79
dbghelp = []
80
80
dl_iterate_phdr = []
81
81
dladdr = []
82
- gimli-symbolize = []
83
82
kernel32 = []
84
- libbacktrace = []
85
83
libunwind = []
86
84
unix-backtrace = []
87
85
verify-winapi = [
Original file line number Diff line number Diff line change @@ -15,7 +15,3 @@ features = [
15
15
' libunwind' ,
16
16
' std' ,
17
17
]
18
-
19
- [features ]
20
- libbacktrace = [' backtrace/libbacktrace' ]
21
- gimli-symbolize = [' backtrace/gimli-symbolize' ]
Original file line number Diff line number Diff line change @@ -14,7 +14,3 @@ debug = false
14
14
15
15
[profile .test ]
16
16
debug = false
17
-
18
- [features ]
19
- libbacktrace = [' backtrace/libbacktrace' ]
20
- gimli-symbolize = [' backtrace/gimli-symbolize' ]
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ cfg_if::cfg_if! {
453
453
/// While this function is always available it doesn't actually do anything on
454
454
/// most implementations. Libraries like dbghelp or libbacktrace do not provide
455
455
/// facilities to deallocate state and manage the allocated memory. For now the
456
- /// `gimli-symbolize ` feature of this crate is the only feature where this
456
+ /// `std ` feature of this crate is the only feature where this
457
457
/// function has any effect.
458
458
#[ cfg( feature = "std" ) ]
459
459
pub fn clear_symbol_cache ( ) {
You can’t perform that action at this time.
0 commit comments