2019-06-13 23:56:59 +02:00
error[E0425]: cannot find value `FOO` in this scope
2020-06-08 10:06:09 +02:00
--> $DIR/locals-cfg.rs:11:9
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
11 | FOO;
2019-06-13 23:56:59 +02:00
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
2020-10-05 18:25:15 +02:00
--> $DIR/locals-cfg.rs:21:9
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
21 | FOO;
2019-06-13 23:56:59 +02:00
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
2020-10-05 18:25:15 +02:00
--> $DIR/locals-cfg.rs:31:9
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
31 | FOO;
2019-06-13 23:56:59 +02:00
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
2020-10-05 18:25:15 +02:00
--> $DIR/locals-cfg.rs:39:9
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
39 | FOO;
2019-06-13 23:56:59 +02:00
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
2020-10-05 18:25:15 +02:00
--> $DIR/locals-cfg.rs:47:9
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
47 | FOO;
2019-06-13 23:56:59 +02:00
| ^^^ not found in this scope
2020-06-08 10:06:09 +02:00
error: duplicate lang item in crate `panic_halt` (which `$CRATE` depends on): `panic_impl`.
2019-11-07 01:05:37 +01:00
|
2020-09-25 15:59:04 +02:00
= note: the lang item is first defined in crate `std` (which `$CRATE` depends on)
2020-11-19 19:44:15 +01:00
= 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-93cbfed54dd1bac8.rlib
= note: second definition in `panic_halt` loaded from $DIR/target/tests/target/x86_64-unknown-linux-gnu/debug/deps/libpanic_halt-e17d79bd6be439e3.rmeta