mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 21:41:58 +00:00
Recommend RUST_LIB_BACKTRACE=1 variable
This commit is contained in:
parent
46ad7425a0
commit
71b360e8bf
@ -207,7 +207,7 @@ impl Debug for Error {
|
||||
BacktraceStatus::Disabled => {
|
||||
writeln!(
|
||||
f,
|
||||
"\nbacktrace disabled; run with RUST_BACKTRACE=1 environment variable to display a backtrace"
|
||||
"\nbacktrace disabled; run with RUST_LIB_BACKTRACE=1 environment variable to display a backtrace"
|
||||
)?;
|
||||
}
|
||||
_ => {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user