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.
1 parent bec8204 commit b3c5e25Copy full SHA for b3c5e25
src/lib.rs
@@ -128,10 +128,11 @@
128
//! # ;
129
//! ```
130
//!
131
-//! - If using the nightly channel, a backtrace is captured and printed with the
132
-//! error if the underlying error type does not already provide its own. In
133
-//! order to see backtraces, they must be enabled through the environment
134
-//! variables described in [`std::backtrace`]:
+//! - If using the nightly channel, or stable with `features = ["backtrace"]`, a
+//! backtrace is captured and printed with the error if the underlying error
+//! type does not already provide its own. In order to see backtraces, they
+//! must be enabled through the environment variables described in
135
+//! [`std::backtrace`]:
136
137
//! - If you want panics and errors to both have backtraces, set
138
//! `RUST_BACKTRACE=1`;
0 commit comments