-
Notifications
You must be signed in to change notification settings - Fork 16
Fix Does not compile using the latest nightly #7
#8
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
Merge latest changes
I think similar fixes are required for |
In the meanwhile, is there a workaround? |
@et1975 You can add my fork to your Cargo.toml as a git crate. I think you might have to use the second to last commit as the latest will not build locally. |
@Chocol4te thanks, had to tweak it, if anyone needs this. |
@japaric Can you merge this? |
@Chocol4te I've successfully used your version with the latest nightly, the necessary updates for |
@Chocol4te Thanks! bors r+ |
8: Fix `Does not compile using the latest nightly #7` r=japaric a=chocol4te I bumped dependencies and added new `proc-macro2` syntax. I don't think what I wrote is best practice though :( Fixes #7 Co-authored-by: Ferdia McKeogh <[email protected]> Co-authored-by: Jorge Aparicio <[email protected]>
Build succeeded |
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]>
I bumped dependencies and added new
proc-macro2
syntax. I don't think what I wrote is best practice though :(Fixes #7