blob: f7fc2922f795978515f68bd1386db28466796146 (
plain)
1
2
3
4
5
6
7
8
|
error: only exceptions with configurable priority can be used as hardware tasks
--> $DIR/exception-invalid.rs:6:8
|
6 | fn NonMaskableInt(_: NonMaskableInt::Context) {}
| ^^^^^^^^^^^^^^
error: aborting due to previous error
|