error: duplicate lang item in crate `panic_halt` (which `$CRATE` depends on): `panic_impl`.
Error:   |
  = 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-e12de7683a34c500.rlib
  = note: second definition in `panic_halt` loaded from $DIR/target/tests/target/x86_64-unknown-linux-gnu/debug/deps/libpanic_halt-f6dc7d4a3dd7a21d.rmeta

error[E0609]: no field `o1` on type `initResources<'_>`
Error:   --> $DIR/resources-cfg.rs:47:21
   |
47 |         c.resources.o1;
   |                     ^^ unknown field
   |
   = note: available fields are: `__marker__`

   |
60 |         c.resources.s1;
   |                     ^^ unknown field
   |
   = note: available fields are: `__marker__`

error[E0609]: no field `s3` on type `idleResources<'_>`
Error:   --> $DIR/resources-cfg.rs:61:21
   |
61 |         c.resources.s3;
   |                     ^^ unknown field
   |
   = note: available fields are: `__marker__`

error[E0609]: no field `o3` on type `uart0Resources<'_>`
Error:   --> $DIR/resources-cfg.rs:68:21
   |
68 |         c.resources.o3;
   |                     ^^ unknown field
   |
   = note: available fields are: `__marker__`

error[E0609]: no field `s1` on type `uart0Resources<'_>`
Error:   --> $DIR/resources-cfg.rs:69:21
   |
69 |         c.resources.s1;
   |                     ^^ unknown field
   |
   = note: available fields are: `__marker__`

error[E0609]: no field `s2` on type `uart0Resources<'_>`
Error:   --> $DIR/resources-cfg.rs:70:21
   |
70 |         c.resources.s2;
   |                     ^^ unknown field
   |
   = note: available fields are: `__marker__`

error[E0609]: no field `s3` on type `uart0Resources<'_>`
Error:   --> $DIR/resources-cfg.rs:71:21
   |
71 |         c.resources.s3;
   |                     ^^ unknown field
   |
   = note: available fields are: `__marker__`

error[E0609]: no field `s2` on type `uart1Resources<'_>`
Error:   --> $DIR/resources-cfg.rs:76:21
   |
76 |         c.resources.s2;
   |                     ^^ unknown field
   |
   = note: available fields are: `__marker__`

error[E0609]: no field `o5` on type `uart1Resources<'_>`
Error:   --> $DIR/resources-cfg.rs:77:21
   |
77 |         c.resources.o5;
   |                     ^^ unknown field
   |
   = note: available fields are: `__marker__`
