diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2021-03-03 08:55:19 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2021-03-03 08:55:19 +0100 |
| commit | a5795a8f45f73099d88817fc8eb6c265689b862e (patch) | |
| tree | 29cfcd9a9b10764ddf87259cc6212ad4e2dfd9bd /ui/locals-cfg.stderr | |
| parent | 612efaf0c436489e1cf09c2e87b329a7318f71b4 (diff) | |
Remove keyword single for all tests
Diffstat (limited to 'ui/locals-cfg.stderr')
| -rw-r--r-- | ui/locals-cfg.stderr | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ui/locals-cfg.stderr b/ui/locals-cfg.stderr new file mode 100644 index 0000000..200cea2 --- /dev/null +++ b/ui/locals-cfg.stderr @@ -0,0 +1,35 @@ +error[E0425]: cannot find value `FOO` in this scope + --> $DIR/locals-cfg.rs:11:9 + | +11 | FOO; + | ^^^ not found in this scope + +error[E0425]: cannot find value `FOO` in this scope + --> $DIR/locals-cfg.rs:21:9 + | +21 | FOO; + | ^^^ not found in this scope + +error[E0425]: cannot find value `FOO` in this scope + --> $DIR/locals-cfg.rs:31:9 + | +31 | FOO; + | ^^^ not found in this scope + +error[E0425]: cannot find value `FOO` in this scope + --> $DIR/locals-cfg.rs:39:9 + | +39 | FOO; + | ^^^ not found in this scope + +error[E0425]: cannot find value `FOO` in this scope + --> $DIR/locals-cfg.rs:47:9 + | +47 | 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 |
