|
| 1 | +error: unexpected token: `1.1` |
| 2 | + --> $DIR/float-field-interpolated.rs:8:13 |
| 3 | + | |
| 4 | +LL | { s.$b; } |
| 5 | + | ^^ |
| 6 | +... |
| 7 | +LL | generate_field_accesses!(1.1, 1.1, 1.1); |
| 8 | + | ---------------------------------------- in this macro invocation |
| 9 | + | |
| 10 | + = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) |
| 11 | + |
| 12 | +error: expected one of `.`, `;`, `?`, `}`, or an operator, found `1.1` |
| 13 | + --> $DIR/float-field-interpolated.rs:8:13 |
| 14 | + | |
| 15 | +LL | { s.$b; } |
| 16 | + | ^^ expected one of `.`, `;`, `?`, `}`, or an operator |
| 17 | +... |
| 18 | +LL | generate_field_accesses!(1.1, 1.1, 1.1); |
| 19 | + | ---------------------------------------- in this macro invocation |
| 20 | + | |
| 21 | + = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) |
| 22 | + |
| 23 | +error: unexpected token: `1.1` |
| 24 | + --> $DIR/float-field-interpolated.rs:10:13 |
| 25 | + | |
| 26 | +LL | { s.$c; } |
| 27 | + | ^^ |
| 28 | +... |
| 29 | +LL | generate_field_accesses!(1.1, 1.1, 1.1); |
| 30 | + | ---------------------------------------- in this macro invocation |
| 31 | + | |
| 32 | + = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) |
| 33 | + |
| 34 | +error: expected one of `.`, `;`, `?`, `}`, or an operator, found `1.1` |
| 35 | + --> $DIR/float-field-interpolated.rs:10:13 |
| 36 | + | |
| 37 | +LL | { s.$c; } |
| 38 | + | ^^ expected one of `.`, `;`, `?`, `}`, or an operator |
| 39 | +... |
| 40 | +LL | generate_field_accesses!(1.1, 1.1, 1.1); |
| 41 | + | ---------------------------------------- in this macro invocation |
| 42 | + | |
| 43 | + = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) |
| 44 | + |
| 45 | +error: aborting due to 4 previous errors |
| 46 | + |
0 commit comments