-
Notifications
You must be signed in to change notification settings - Fork 225
Fix "Could not find Op
in proc_macro
"
#80
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
Conversation
This is addressed in |
Sorry, my bad, I didn't check other branches |
@Chocol4te no worries, as far as I know, |
I have a working version of rtfm for the latest cortex-m-rt here. It's not perfect though, systick can't be used as an interrupt source. |
Thanks @Chocol4te! bors r+ |
bors r+ |
80: Fix "Could not find `Op` in `proc_macro`" r=japaric a=chocol4te Fixes nightly error with `proc-macro2`. Should not be merged until rtic-rs/rtic-syntax#8 is merged and new `rtfm-syntax` version is published. Co-authored-by: Ferdia McKeogh <[email protected]> Co-authored-by: Jorge Aparicio <[email protected]>
Build failed |
85: fix master r=japaric a=japaric closes #80 Co-authored-by: Ferdia McKeogh <[email protected]> Co-authored-by: Jorge Aparicio <[email protected]>
85: fix master r=japaric a=japaric closes #80 Co-authored-by: Ferdia McKeogh <[email protected]> Co-authored-by: Jorge Aparicio <[email protected]>
Fixes nightly error with
proc-macro2
.Should not be merged until rtic-rs/rtic-syntax#8 is merged and new
rtfm-syntax
version is published.