aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/local-shared.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ui/local-shared.stderr')
-rw-r--r--macros/ui/local-shared.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/macros/ui/local-shared.stderr b/macros/ui/local-shared.stderr
deleted file mode 100644
index fceb763..0000000
--- a/macros/ui/local-shared.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error: Local resource "l1" is used by multiple tasks or collides with multiple definitions
- --> ui/local-shared.rs:22:35
- |
-22 | #[task(priority = 1, local = [l1])]
- | ^^
-
-error: Local resource "l1" is used by multiple tasks or collides with multiple definitions
- --> ui/local-shared.rs:26:35
- |
-26 | #[task(priority = 2, local = [l1])]
- | ^^