-
Notifications
You must be signed in to change notification settings - Fork 16
Does not compile using the latest nightly #7
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
Comments
I'm working on a fix; bumping dependancy versions does away with the |
bfritz
added a commit
to bfritz/atsamd21-rs
that referenced
this issue
Jul 14, 2018
Build is broken with latest nightly due to [panic_fmt removal]: ~/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-abort-0.1.1/src/lib.rs:25:1 | 25 | #[lang = "panic_fmt"] | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt` Upgrading to newer panic-abort bumps into proc-macro2 issues described in rtic-rs/rtic-syntax#7 . Stumbled onto this when investigating a [build failure] for atsamd-rs#2. [panic_fmt removal]: https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875 [build failure]: https://travis-ci.org/wez/atsamd21-rs/builds/403798265#L570
bors bot
added a commit
that referenced
this issue
Aug 19, 2018
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]>
wez
pushed a commit
to atsamd-rs/atsamd
that referenced
this issue
Aug 23, 2018
Build is broken with latest nightly due to [panic_fmt removal]: ~/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-abort-0.1.1/src/lib.rs:25:1 | 25 | #[lang = "panic_fmt"] | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt` Upgrading to newer panic-abort bumps into proc-macro2 issues described in rtic-rs/rtic-syntax#7 . Stumbled onto this when investigating a [build failure] for #2. [panic_fmt removal]: https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875 [build failure]: https://travis-ci.org/wez/atsamd21-rs/builds/403798265#L570
kaizensparc
pushed a commit
to kaizensparc/atsamd
that referenced
this issue
Dec 24, 2021
Build is broken with latest nightly due to [panic_fmt removal]: ~/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-abort-0.1.1/src/lib.rs:25:1 | 25 | #[lang = "panic_fmt"] | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt` Upgrading to newer panic-abort bumps into proc-macro2 issues described in rtic-rs/rtic-syntax#7 . Stumbled onto this when investigating a [build failure] for atsamd-rs#2. [panic_fmt removal]: https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875 [build failure]: https://travis-ci.org/wez/atsamd21-rs/builds/403798265#L570
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: