-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: compilation errors with
--no-default-features
(#59)
This fixes compilation for no-std targets. My bad --- I was checking this manually and never added a CI job for it. This branch adds a CI check that the crate compiles with `--no-default-features`, and fixes a number of issues that broke the no-std build: * f8d9527 fix(no_std): fix warning in `resume_unwind` * cbf943a fix(no_std): fix compilation error in `unreachable_unchecked` * 8ae178a fix(no_std): remove use of `thread::panicking` * dab0d49 fix(alloc): fix missing `Box` imports * 208defc fix(no_std): wrong feature gate for println macros Fixes #58 Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information
Showing
6 changed files
with
63 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters