The current `panic` message doesn't specify that `RUST_BACKTRACE` is an env variable, which can be difficult to understand for newcomers. ``` note: Run with `RUST_BACKTRACE=1` for a backtrace. ```
The current
panicmessage doesn't specify thatRUST_BACKTRACEis an env variable, which can be difficult to understand for newcomers.