-
Notifications
You must be signed in to change notification settings - Fork 435
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
Fixes #982 #983
Fixes #982 #983
Conversation
9a64ca2
to
f4498f5
Compare
Fix looks good! Could you add to CI a 16bit target that would've triggered the errors, so that CI catches similar busg in the future? |
I could try to reproduce with the msp430-none-elf target (so we wouldn't need a separate target.json). But there is no std. Currently in |
Just checked, it's reproducible with the Then I could add something like this in
By the way, I'm getting lots of warnings with |
the errors are caught by rustc, not clippy, right? If so, just doing a For the features i'd just do one build, enabling all features that do work on nostd and ignoring the others. |
Yes you are right, its |
I can't find the location where this error originates. Line numbers seem to be off. Maybe there is some macro magic going on? I also can't reproduce this error locally, no idea what's going on:
|
@d2weber I think |
47958b3
to
16345da
Compare
No idea how I missed that. I have to check later, what went wrong, maybe my editor didn't reload the file after the rebase... |
I didn't catch it at first sight either! Thanks for fixing it. |
No description provided.