task-reference-in-spawn has new format in 1.90

This commit is contained in:
datdenkikniet 2025-10-19 18:01:57 +02:00
parent 408f794279
commit 900dd95bc1

View file

@ -1,7 +1,7 @@
error[E0521]: borrowed data escapes outside of function error[E0521]: borrowed data escapes outside of function
--> ui/task-reference-in-spawn.rs:3:1 --> 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 | `_0` is a reference that is only valid in the function body