aboutsummaryrefslogtreecommitdiff
path: root/ui/single/locals-cfg.stderr
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2020-10-01 20:14:07 +0200
committerEmil Fresk <emil.fresk@gmail.com>2020-10-01 20:14:07 +0200
commit9d2598dc071882a94b813ab1d9ddf49092546257 (patch)
treed2f80d17a0a23c6c1b9f1f2d320617bc0406407a /ui/single/locals-cfg.stderr
parente7f0d9c3e3fad77dace2ce63af02559fda46cb73 (diff)
Fixing test errors
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 bb558fa..dc104a6 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:18:9
+ --> $DIR/locals-cfg.rs:20:9
|
-18 | FOO;
+20 | FOO;
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
- --> $DIR/locals-cfg.rs:28:9
+ --> $DIR/locals-cfg.rs:30:9
|
-28 | FOO;
+30 | FOO;
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
- --> $DIR/locals-cfg.rs:36:9
+ --> $DIR/locals-cfg.rs:38:9
|
-36 | FOO;
+38 | FOO;
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
- --> $DIR/locals-cfg.rs:44:9
+ --> $DIR/locals-cfg.rs:46:9
|
-44 | FOO;
+46 | FOO;
| ^^^ not found in this scope
error: duplicate lang item in crate `panic_halt`: `panic_impl`.