Recommend RUST_LIB_BACKTRACE=1 variable

This commit is contained in:
David Tolnay 2019-10-05 17:44:03 -04:00
parent 46ad7425a0
commit 71b360e8bf
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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"
)?;
}
_ => {}