File tree Expand file tree Collapse file tree 5 files changed +3
-13
lines changed Expand file tree Collapse file tree 5 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 7373 env :
7474 CARGO_PROFILE_DEV_SPLIT_DEBUGINFO : packed
7575 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
7878
7979 # Test debuginfo compression still works
8080 - run : cargo test
Original file line number Diff line number Diff line change @@ -79,9 +79,7 @@ coresymbolication = []
7979dbghelp = []
8080dl_iterate_phdr = []
8181dladdr = []
82- gimli-symbolize = []
8382kernel32 = []
84- libbacktrace = []
8583libunwind = []
8684unix-backtrace = []
8785verify-winapi = [
Original file line number Diff line number Diff line change @@ -15,7 +15,3 @@ features = [
1515 ' libunwind' ,
1616 ' std' ,
1717]
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
1414
1515[profile .test ]
1616debug = 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! {
453453/// While this function is always available it doesn't actually do anything on
454454/// most implementations. Libraries like dbghelp or libbacktrace do not provide
455455/// 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
457457/// function has any effect.
458458#[ cfg( feature = "std" ) ]
459459pub fn clear_symbol_cache ( ) {
You can’t perform that action at this time.
0 commit comments