2020-06-08 10:06:09 +02:00
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)
2020-10-12 10:25:02 +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-f14aca24435a5414.rlib
= note: second definition in `panic_halt` loaded from $DIR/target/tests/target/x86_64-unknown-linux-gnu/debug/deps/libpanic_halt-33949299fdfa2375.rmeta
2020-06-08 10:06:09 +02:00
2019-07-10 22:42:44 +02:00
error[E0609]: no field `o1` on type `initResources<'_>`
2020-06-08 10:06:09 +02:00
--> $DIR/resources-cfg.rs:47:21
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
47 | c.resources.o1;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `o4` on type `initResources<'_>`
2020-06-08 10:06:09 +02:00
--> $DIR/resources-cfg.rs:48:21
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
48 | c.resources.o4;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `o5` on type `initResources<'_>`
2020-06-08 10:06:09 +02:00
--> $DIR/resources-cfg.rs:49:21
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
49 | c.resources.o5;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `o6` on type `initResources<'_>`
2020-06-08 10:06:09 +02:00
--> $DIR/resources-cfg.rs:50:21
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
50 | c.resources.o6;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `s3` on type `initResources<'_>`
2020-06-08 10:06:09 +02:00
--> $DIR/resources-cfg.rs:51:21
2019-06-13 23:56:59 +02:00
|
2020-06-08 10:06:09 +02:00
51 | c.resources.s3;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `o2` on type `idleResources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:58:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
58 | c.resources.o2;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `o4` on type `idleResources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:59:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
59 | c.resources.o4;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `s1` on type `idleResources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:60:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
60 | c.resources.s1;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `s3` on type `idleResources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:61:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
61 | c.resources.s3;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `o3` on type `uart0Resources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:68:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
68 | c.resources.o3;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `s1` on type `uart0Resources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:69:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
69 | c.resources.s1;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `s2` on type `uart0Resources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:70:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
70 | c.resources.s2;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `s3` on type `uart0Resources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:71:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
71 | c.resources.s3;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `s2` on type `uart1Resources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:76:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
76 | c.resources.s2;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`
2019-07-10 22:42:44 +02:00
error[E0609]: no field `o5` on type `uart1Resources<'_>`
2020-10-05 18:25:15 +02:00
--> $DIR/resources-cfg.rs:77:21
2019-06-13 23:56:59 +02:00
|
2020-10-05 18:25:15 +02:00
77 | c.resources.o5;
2019-06-13 23:56:59 +02:00
| ^^ unknown field
|
= note: available fields are: `__marker__`