rtic/ui/single/exception-invalid.stderr
Jorge Aparicio 4e51bb68b9 RFC #207
2019-06-20 06:19:59 +02:00

8 lines
209 B
Text

error: only exceptions with configurable priority can be used as hardware tasks
--> $DIR/exception-invalid.rs:6:8
|
6 | fn nmi(_: nmi::Context) {}
| ^^^
error: aborting due to previous error