diff options
Diffstat (limited to 'ui/locals-cfg.stderr')
| -rw-r--r-- | ui/locals-cfg.stderr | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/ui/locals-cfg.stderr b/ui/locals-cfg.stderr index 200cea2..33a8075 100644 --- a/ui/locals-cfg.stderr +++ b/ui/locals-cfg.stderr @@ -1,35 +1,29 @@ error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:11:9 + --> $DIR/locals-cfg.rs:12:9 | -11 | FOO; +12 | FOO; | ^^^ not found in this scope error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:21:9 + --> $DIR/locals-cfg.rs:22:9 | -21 | FOO; +22 | FOO; | ^^^ not found in this scope error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:31:9 + --> $DIR/locals-cfg.rs:32:9 | -31 | FOO; +32 | FOO; | ^^^ not found in this scope error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:39:9 + --> $DIR/locals-cfg.rs:40:9 | -39 | FOO; +40 | FOO; | ^^^ not found in this scope error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:47:9 + --> $DIR/locals-cfg.rs:48:9 | -47 | FOO; +48 | FOO; | ^^^ not found in this scope - -error: duplicate lang item in crate `panic_halt` (which `$CRATE` depends on): `panic_impl`. - | - = note: the lang item is first defined in crate `std` (which `$CRATE` depends on) - = note: first definition in `std` loaded from /usr/share/rust/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6f77337c1826707d.rlib - = note: second definition in `panic_halt` loaded from $DIR/target/tests/target/x86_64-unknown-linux-gnu/debug/deps/libpanic_halt-ad4cf7fac73711f1.rmeta |
