Cargo Features
[dependencies]
thiserror-core = { version = "1.0.50", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverthiserror-core
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of thiserror-core-impl
thiserror-core has 2 features without comments.