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-06-08 10:06:09 +02:00
--> $DIR/locals-cfg.rs:19:9
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
19 | FOO;
2019-06-13 23:56:59 +02:00
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
2020-06-08 10:06:09 +02:00
--> $DIR/locals-cfg.rs:29:9
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
29 | FOO;
2019-06-13 23:56:59 +02:00
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
2020-06-08 10:06:09 +02:00
--> $DIR/locals-cfg.rs:37:9
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
37 | FOO;
2019-06-13 23:56:59 +02:00
| ^^^ not found in this scope
error[E0425]: cannot find value `FOO` in this scope
2020-06-08 10:06:09 +02:00
--> $DIR/locals-cfg.rs:45:9
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
45 | 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-09-29 14:01:36 +02: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-cf0f33af3a901778.rlib
= note: second definition in `panic_halt` loaded from $DIR/target/tests/target/x86_64-unknown-linux-gnu/debug/deps/libpanic_halt-ba6f0ab3439cbc7e.rmeta
2019-06-13 23:56:59 +02:00
2020-10-02 13:50:34 +02:00
error: duplicate lang item in crate `panic_semihosting`: `panic_impl`.
2019-11-07 01:05:37 +01:00
|
2020-06-08 10:06:09 +02:00
= note: the lang item is first defined in crate `panic_halt` (which `$CRATE` depends on)
2020-09-29 14:01:36 +02:00
= note: first definition in `panic_halt` loaded from $DIR/target/tests/target/x86_64-unknown-linux-gnu/debug/deps/libpanic_halt-ba6f0ab3439cbc7e.rmeta
2020-10-02 13:50:34 +02:00
= note: second definition in `panic_semihosting` loaded from $DIR/target/tests/target/x86_64-unknown-linux-gnu/debug/deps/libpanic_semihosting-805015f4a2d05965.rmeta