We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, cortex-m-quickstart generates a Cargo.toml that includes a dependency on panic-semihosting version 0.3.0
This leads to an error when building:
error[E0557]: feature has been removed --> /Users/declan/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:59:12 | 59 | #![feature(panic_implementation)] | ^^^^^^^^^^^^^^^^^^^^ | note: subsumed by `#[panic_handler]`
If the version of panic-semihosting is changed to 0.5.2, then the generated program builds as per the instructions in the documentation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, cortex-m-quickstart generates a Cargo.toml that includes a dependency on panic-semihosting version 0.3.0
This leads to an error when building:
If the version of panic-semihosting is changed to 0.5.2, then the generated program builds as per the instructions in the documentation.
The text was updated successfully, but these errors were encountered: