diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2021-03-03 09:11:24 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2021-03-03 09:11:24 +0100 |
| commit | 5e5fbf0ee9b254ec7d61f3f820168f11cb6a2c14 (patch) | |
| tree | 5941bf7613f9195b04793c1227c840b89995c970 /ui/locals-cfg.stderr | |
| parent | 8ec505c495197fbd5ca216cf1431bda0dd7c1f27 (diff) | |
Fix the UI tests, remove panic_halt
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 |
