rust/src/libstd/thread
Tyler Mandry ae2a720e92
Rollup merge of #64765 - alexcrichton:less-check-backtrace, r=sfackler
std: Reduce checks for `feature = "backtrace"`

This is a stylistic change to libstd to reduce the number of checks of
`feature = "backtrace"` now that we unconditionally depend on the
`backtrace` crate and rely on it having an empty implementation.
otherwise.
2019-10-05 21:54:51 -07:00
..
local.rs updated the panic message wording 2019-09-16 12:13:02 +08:00
mod.rs std: Reduce checks for feature = "backtrace" 2019-09-25 06:43:49 -07:00