mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
task-reference-in-spawn has new format in 1.90
This commit is contained in:
parent
408f794279
commit
900dd95bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue