Skip to content

Commit 9f2781f

Browse files
committed
Clarify about the env var for backtrace
1 parent 0e27365 commit 9f2781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-04-27-Rust-1.17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ stack backtrace:
284284
11: _start
285285
```
286286

287-
By default. As the message says, you can set an environment variable to get the full
287+
By default. You can set the environment variable `RUST_BACKTRACE=full` to get the full
288288
backtrace. We may be able to do more cleanup in the future; see [this bug](https://github.com/rust-lang/rust/pull/40264) for more.
289289

290290
See the [detailed release notes][notes] for more.

0 commit comments

Comments
 (0)