File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,10 @@ anyhow = "1.0"
75
75
}
76
76
```
77
77
78
- - If using the stable channel with enabled "backtrace" feature or the nightly
79
- channel, a backtrace is captured and printed with the error if the underlying
80
- error type does not already provide its own. In order to see backtraces, they
81
- must be enabled through the environment variables described in
82
- [ ` std::backtrace ` ] :
78
+ - If using the nightly channel, or stable with ` features = ["backtrace"] ` , a
79
+ a backtrace is captured and printed with the error if the underlying error
80
+ type does not already provide its own. In order to see backtraces, they must
81
+ be enabled through the environment variables described in [ ` std::backtrace ` ] :
83
82
84
83
- If you want panics and errors to both have backtraces, set
85
84
` RUST_BACKTRACE=1 ` ;
You can’t perform that action at this time.
0 commit comments