aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/task-bind.stderr
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2023-01-03 07:51:35 +0100
committerGravatar Henrik Tjäder <henrik@tjaders.com> 2023-03-01 00:31:04 +0100
commitd7ed7a8b9f78344f6855fa1c2655ae0d85e44068 (patch)
treea5888257f8047b3ba67e143aa5104c1f496ad036 /macros/ui/task-bind.stderr
parent9829d0ac07180967208403610bc9a25249b9fe85 (diff)
downloadrtic-d7ed7a8b9f78344f6855fa1c2655ae0d85e44068.tar.gz
rtic-d7ed7a8b9f78344f6855fa1c2655ae0d85e44068.tar.zst
rtic-d7ed7a8b9f78344f6855fa1c2655ae0d85e44068.zip
syntax: Remove parse settings struct
Diffstat (limited to 'macros/ui/task-bind.stderr')
-rw-r--r--macros/ui/task-bind.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/macros/ui/task-bind.stderr b/macros/ui/task-bind.stderr
deleted file mode 100644
index 60cfdc8b..00000000
--- a/macros/ui/task-bind.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: Unexpected bind in task argument. Binds are only parsed if Settings::parse_binds is set.
- --> $DIR/task-bind.rs:5:12
- |
-5 | #[task(binds = UART0)]
- | ^^^^^