-
Couldn't load subscription status.
- Fork 84
Make it unsafe to define NMI handlers #289
Conversation
…ns to panic" This reverts commit 6f524bd.
|
r? @therealprof (rust_highfive has picked a reviewer for you, use r? to override) |
This is unsound unless you control the panic handler implementation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhm, just noticed that this is missing a CHANGELOG entry.
|
We're missing all the changelog entries. I'll add one to #288 to avoid merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, but the plan was to keep the CHANGELOG entries together with the changes in the future.
bors+
|
bors r=therealprof |
|
Build succeeded: |
Reverts #257
Fixes #269
Fixes rust-embedded/cortex-m#196 (see that thread for details)