diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-08 16:25:46 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:27 +0100 |
| commit | 584ac7e1b335411e3d923aeef92466efdc92ae50 (patch) | |
| tree | 99906bccb37bfe7e852d054fb52d62e6df4290c5 /macros/ui/local-collision-2.stderr | |
| parent | 9a4f97ca5ebf19e6612115db5c763d0d61dd28a1 (diff) | |
Update UI tests, 1 failing that needs fixing
Diffstat (limited to 'macros/ui/local-collision-2.stderr')
| -rw-r--r-- | macros/ui/local-collision-2.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/ui/local-collision-2.stderr b/macros/ui/local-collision-2.stderr index 1e4c5fa..47dbbe3 100644 --- a/macros/ui/local-collision-2.stderr +++ b/macros/ui/local-collision-2.stderr @@ -1,17 +1,17 @@ error: Local resource "a" is used by multiple tasks or collides with multiple definitions - --> $DIR/local-collision-2.rs:10:9 + --> ui/local-collision-2.rs:10:9 | 10 | a: u32, | ^ error: Local resource "a" is used by multiple tasks or collides with multiple definitions - --> $DIR/local-collision-2.rs:18:21 + --> ui/local-collision-2.rs:16:21 | -18 | #[init(local = [a: u16 = 2])] +16 | #[init(local = [a: u16 = 2])] | ^ error: Local resource "a" is used by multiple tasks or collides with multiple definitions - --> $DIR/local-collision-2.rs:15:21 + --> ui/local-collision-2.rs:13:21 | -15 | #[task(local = [a: u8 = 3])] +13 | #[task(local = [a: u8 = 3])] | ^ |
