-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build minimal example with no_std #2689
Comments
Tried to reproduce on Ubuntu 21.04 When the |
got the same error when I removed everything in the file, except the no_std line (macos) |
Could indicate some misconfiguration in the tool-chain. Maybe start with a minimal working project and then introduce |
I have reduced it to the absolute minimum I could:
|
On Ubuntu 21.04 |
At this time this crate doesn't support |
I see, thanks |
@alexcrichton It seems like you would only need to make sure imports come from |
Describe the Bug
When trying to build a minimal example with
no_std
unfortnately it does not compile with0.2.78
Steps to Reproduce
Expected Behavior
It compiles.
Actual Behavior
Error log (both 1.57.0 nightly and 1.51.0 produce the same error
The text was updated successfully, but these errors were encountered: