aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic/ui/task-reference-in-spawn.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic/ui/task-reference-in-spawn.stderr b/rtic/ui/task-reference-in-spawn.stderr
index 38de78c..e741a61 100644
--- a/rtic/ui/task-reference-in-spawn.stderr
+++ b/rtic/ui/task-reference-in-spawn.stderr
@@ -1,7 +1,7 @@
error[E0521]: borrowed data escapes outside of function
--> ui/task-reference-in-spawn.rs:3:1
|
-3 | #[rtic::app(device = lm3s6965, dispatchers = [SSI0, QEI0, GPIOA])]
+ 3 | #[rtic::app(device = lm3s6965, dispatchers = [SSI0, QEI0, GPIOA])]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| `_0` is a reference that is only valid in the function body