diff options
Diffstat (limited to 'rtic-macros/ui/task-priority-too-high.stderr')
| -rw-r--r-- | rtic-macros/ui/task-priority-too-high.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rtic-macros/ui/task-priority-too-high.stderr b/rtic-macros/ui/task-priority-too-high.stderr new file mode 100644 index 0000000..5790c88 --- /dev/null +++ b/rtic-macros/ui/task-priority-too-high.stderr @@ -0,0 +1,5 @@ +error: this literal must be in the range 0...255 + --> ui/task-priority-too-high.rs:5:23 + | +5 | #[task(priority = 256)] + | ^^^ |
