rtic/ui/single/exception-invalid.stderr

9 lines
209 B
Text
Raw Normal View History

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