rtic/macros/ui/async-local-resouces.stderr

6 lines
214 B
Text
Raw Normal View History

error: Lock free shared resource "e" is used by an async tasks, which is forbidden
--> ui/async-local-resouces.rs:26:36
|
26 | #[task(priority = 1, shared = [e])]
| ^