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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:54:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
54 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:55:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
55 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:56:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
56 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:57:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
57 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:64:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
64 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:65:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
65 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:66:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
66 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:67:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
67 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:72:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
72 | 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<'_>`
|
|
|
|
--> $DIR/resources-cfg.rs:73:21
|
2019-06-13 23:56:59 +02:00
|
|
|
|
|
2019-07-10 22:42:44 +02:00
|
|
|
73 | c.resources.o5;
|
2019-06-13 23:56:59 +02:00
|
|
|
| ^^ unknown field
|
|
|
|
|
|
|
|
|
= note: available fields are: `__marker__`
|
|
|
|
|
|
|
|
error: aborting due to 15 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0609`.
|