diff options
Diffstat (limited to 'ui/unknown-interrupt.stderr')
| -rw-r--r-- | ui/unknown-interrupt.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/unknown-interrupt.stderr b/ui/unknown-interrupt.stderr new file mode 100644 index 0000000..d223102 --- /dev/null +++ b/ui/unknown-interrupt.stderr @@ -0,0 +1,5 @@ +error[E0599]: no variant or associated item named `UnknownInterrupt` found for enum `Interrupt` in the current scope + --> examples/unknown-interrupt.rs:3:47 + | +3 | #[rtic::app(device = lm3s6965, dispatchers = [UnknownInterrupt])] + | ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt`
\ No newline at end of file |
