Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compile: gracefully fail if
use_std
is not used
Use `compile_error!` macro to issue a meaningful compile error if the `use_std` feature is not enabled. Fixes #481
- Loading branch information