We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std
gimli-symbolize
1 parent 3af3ec7 commit 29af390Copy full SHA for 29af390
Cargo.toml
@@ -74,7 +74,7 @@ std = []
74
# splits DWARF out into a separate object file. Enabling this feature
75
# means one less C dependency.
76
libbacktrace = ["backtrace-sys/backtrace-sys"]
77
-gimli-symbolize = ["addr2line", "object"]
+gimli-symbolize = ["addr2line", "object", "std"]
78
79
#=======================================
80
# Methods of serialization
src/symbolize/mod.rs
@@ -462,7 +462,6 @@ cfg_if::cfg_if! {
462
use self::dbghelp::Symbol as SymbolImp;
463
unsafe fn clear_symbol_cache_imp() {}
464
} else if #[cfg(all(
465
- feature = "std",
466
feature = "gimli-symbolize",
467
any(
468
target_os = "linux",
0 commit comments