2019-07-10 22:42:44 +02:00
|
|
|
error[E0609]: no field `o1` on type `initResources<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:45:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
45 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:46:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
46 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:47:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
47 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:48:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
48 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:49:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
49 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:56:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
56 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:57:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
57 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:58:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
58 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:59:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
59 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:66:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
66 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:67:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
67 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:68:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
68 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:69:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
69 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:74:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
74 | 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-01 20:14:07 +02:00
|
|
|
--> $DIR/resources-cfg.rs:75:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2020-10-01 20:14:07 +02:00
|
|
|
75 | c.resources.o5;
|
2019-06-13 23:56:59 +02:00
|
|
|
| ^^ unknown field
|
|
|
|
|
|
|
|
|
= note: available fields are: `__marker__`
|