2020-07-01 14:12:49 +03:00
|
|
|
error: unexpected token: `1.1`
|
|
|
|
--> $DIR/float-field-interpolated.rs:8:13
|
|
|
|
|
|
|
|
|
LL | { s.$b; }
|
|
|
|
| ^^
|
|
|
|
...
|
|
|
|
LL | generate_field_accesses!(1.1, 1.1, 1.1);
|
2021-10-14 13:28:28 -05:00
|
|
|
| --------------------------------------- in this macro invocation
|
2020-07-01 14:12:49 +03:00
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `generate_field_accesses` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-07-01 14:12:49 +03:00
|
|
|
|
2023-07-31 14:55:47 +00:00
|
|
|
error: expected one of `.`, `;`, `?`, `}`, or an operator, found literal `1.1`
|
2020-07-01 14:12:49 +03:00
|
|
|
--> $DIR/float-field-interpolated.rs:8:13
|
|
|
|
|
|
|
|
|
LL | { s.$b; }
|
|
|
|
| ^^ expected one of `.`, `;`, `?`, `}`, or an operator
|
|
|
|
...
|
|
|
|
LL | generate_field_accesses!(1.1, 1.1, 1.1);
|
2021-10-14 13:28:28 -05:00
|
|
|
| --------------------------------------- in this macro invocation
|
2020-07-01 14:12:49 +03:00
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `generate_field_accesses` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-07-01 14:12:49 +03:00
|
|
|
|
|
|
|
error: unexpected token: `1.1`
|
|
|
|
--> $DIR/float-field-interpolated.rs:10:13
|
|
|
|
|
|
|
|
|
LL | { s.$c; }
|
|
|
|
| ^^
|
|
|
|
...
|
|
|
|
LL | generate_field_accesses!(1.1, 1.1, 1.1);
|
2021-10-14 13:28:28 -05:00
|
|
|
| --------------------------------------- in this macro invocation
|
2020-07-01 14:12:49 +03:00
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `generate_field_accesses` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-07-01 14:12:49 +03:00
|
|
|
|
2023-07-31 14:55:47 +00:00
|
|
|
error: expected one of `.`, `;`, `?`, `}`, or an operator, found expression `1.1`
|
2020-07-01 14:12:49 +03:00
|
|
|
--> $DIR/float-field-interpolated.rs:10:13
|
|
|
|
|
|
|
|
|
LL | { s.$c; }
|
|
|
|
| ^^ expected one of `.`, `;`, `?`, `}`, or an operator
|
|
|
|
...
|
|
|
|
LL | generate_field_accesses!(1.1, 1.1, 1.1);
|
2021-10-14 13:28:28 -05:00
|
|
|
| --------------------------------------- in this macro invocation
|
2020-07-01 14:12:49 +03:00
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `generate_field_accesses` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-07-01 14:12:49 +03:00
|
|
|
|
|
|
|
error: aborting due to 4 previous errors
|
|
|
|
|