]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/float-field-interpolated.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / float-field-interpolated.stderr
CommitLineData
f035d41b
XL
1error: unexpected token: `1.1`
2 --> $DIR/float-field-interpolated.rs:8:13
3 |
4LL | { s.$b; }
5 | ^^
6...
7LL | generate_field_accesses!(1.1, 1.1, 1.1);
c295e0f8 8 | --------------------------------------- in this macro invocation
f035d41b 9 |
17df50a5 10 = note: this error originates in the macro `generate_field_accesses` (in Nightly builds, run with -Z macro-backtrace for more info)
f035d41b
XL
11
12error: expected one of `.`, `;`, `?`, `}`, or an operator, found `1.1`
13 --> $DIR/float-field-interpolated.rs:8:13
14 |
15LL | { s.$b; }
16 | ^^ expected one of `.`, `;`, `?`, `}`, or an operator
17...
18LL | generate_field_accesses!(1.1, 1.1, 1.1);
c295e0f8 19 | --------------------------------------- in this macro invocation
f035d41b 20 |
17df50a5 21 = note: this error originates in the macro `generate_field_accesses` (in Nightly builds, run with -Z macro-backtrace for more info)
f035d41b
XL
22
23error: unexpected token: `1.1`
24 --> $DIR/float-field-interpolated.rs:10:13
25 |
26LL | { s.$c; }
27 | ^^
28...
29LL | generate_field_accesses!(1.1, 1.1, 1.1);
c295e0f8 30 | --------------------------------------- in this macro invocation
f035d41b 31 |
17df50a5 32 = note: this error originates in the macro `generate_field_accesses` (in Nightly builds, run with -Z macro-backtrace for more info)
f035d41b
XL
33
34error: expected one of `.`, `;`, `?`, `}`, or an operator, found `1.1`
35 --> $DIR/float-field-interpolated.rs:10:13
36 |
37LL | { s.$c; }
38 | ^^ expected one of `.`, `;`, `?`, `}`, or an operator
39...
40LL | generate_field_accesses!(1.1, 1.1, 1.1);
c295e0f8 41 | --------------------------------------- in this macro invocation
f035d41b 42 |
17df50a5 43 = note: this error originates in the macro `generate_field_accesses` (in Nightly builds, run with -Z macro-backtrace for more info)
f035d41b
XL
44
45error: aborting due to 4 previous errors
46