Skip to content
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

Cortex-M Quickstart needs attention. #226

Closed
LucianoMoretti opened this issue Dec 3, 2019 · 2 comments
Closed

Cortex-M Quickstart needs attention. #226

LucianoMoretti opened this issue Dec 3, 2019 · 2 comments

Comments

@LucianoMoretti
Copy link

Sorry if this is the wrong place:
The Cortex-M Quickstart guide Docs.rs build 0.3.4 is failing with the following:
error[E0658]: The attribute 'panic_implementation' is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) --> .cargo/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:71:1 | 71 | #[panic_implementation] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(custom_attribute)] to the crate attributes to enable

Also, the last built version (0.3.1) references using Nightly, which is no longer required for the Cortex-M.

@jonas-schievink
Copy link
Contributor

Quickstart is hosted at https://github.com/rust-embedded/cortex-m-quickstart. It is no longer published to crates.io (as it isn't a crate). The repo is up to date.

@jamesmunns
Copy link
Member

I'm going to close this issue. Let me know if anyone thinks we should re-open!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants