mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-10-02 07:21:36 +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 => {
|
BacktraceStatus::Disabled => {
|
||||||
writeln!(
|
writeln!(
|
||||||
f,
|
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