aboutsummaryrefslogtreecommitdiff
path: root/ui/single/locals-cfg.stderr
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-05 18:26:00 +0000
committerGitHub <noreply@github.com>2020-10-05 18:26:00 +0000
commit12aa9807c4883e1c8b3f226acea3a6aa5e886989 (patch)
tree4febd53f9ba370a40e3ee0f3630a3542d1be4964 /ui/single/locals-cfg.stderr
parentf493f21359ccb3ab4643d9470f3581532f47593a (diff)
parent8ab7be98714d1ef6298e6feb19f16b84cd9bb4e6 (diff)
Merge #372
372: Now late resources are always used r=AfoHT a=korken89 Awaits the PR in `rtic-syntax`: https://github.com/rtic-rs/rtic-syntax/pull/32 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'ui/single/locals-cfg.stderr')
-rw-r--r--ui/single/locals-cfg.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/ui/single/locals-cfg.stderr b/ui/single/locals-cfg.stderr
index 39d56df..e58bd93 100644
--- a/ui/single/locals-cfg.stderr
+++ b/ui/single/locals-cfg.stderr
@@ -5,27 +5,27 @@ error[E0425]: cannot find value `FOO` in this scope
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
- --> $DIR/locals-cfg.rs:19:9
+ --> $DIR/locals-cfg.rs:21:9
|
-19 | FOO;
+21 | FOO;
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
- --> $DIR/locals-cfg.rs:29:9
+ --> $DIR/locals-cfg.rs:31:9
|
-29 | FOO;
+31 | FOO;
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
- --> $DIR/locals-cfg.rs:37:9
+ --> $DIR/locals-cfg.rs:39:9
|
-37 | FOO;
+39 | FOO;
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
- --> $DIR/locals-cfg.rs:45:9
+ --> $DIR/locals-cfg.rs:47:9
|
-45 | FOO;
+47 | FOO;
| ^^^ not found in this scope
error: duplicate lang item in crate `panic_halt` (which `$CRATE` depends on): `panic_impl`.