]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/issue-68629.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / parser / issue-68629.stderr
CommitLineData
74b04a01
XL
1error: unknown start of token: \u{1c}
2 --> $DIR/issue-68629.rs:8:1
3 |
4LL | \1c\1fts\0![{i
5 | ^
6
7error: unknown start of token: \u{1f}
8 --> $DIR/issue-68629.rs:8:2
9 |
10LL | \1c\1fts\0![{i
11 | ^
12
13error: unknown start of token: \u{0}
14 --> $DIR/issue-68629.rs:8:5
15 |
16LL | \1c\1fts\0![{i
17 | ^
6a06907d
XL
18 |
19 = help: source files must contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used
74b04a01
XL
20
21error: unknown start of token: \u{0}
22 --> $DIR/issue-68629.rs:9:1
23 |
24LL | \0\0 fn rݻoa>rݻm
25 | ^
6a06907d
XL
26 |
27 = help: source files must contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used
74b04a01
XL
28
29error: unknown start of token: \u{0}
30 --> $DIR/issue-68629.rs:9:2
31 |
32LL | \0\0 fn rݻoa>rݻm
33 | ^
6a06907d
XL
34 |
35 = help: source files must contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used
74b04a01
XL
36
37error: this file contains an unclosed delimiter
38 --> $DIR/issue-68629.rs:9:16
39 |
40LL | \1c\1fts\0![{i
41 | -- unclosed delimiter
42 | |
43 | unclosed delimiter
44LL | \0\0 fn rݻoa>rݻm
45 | ^
46
47error: this file contains an unclosed delimiter
48 --> $DIR/issue-68629.rs:9:16
49 |
50LL | \1c\1fts\0![{i
51 | -- unclosed delimiter
52 | |
53 | unclosed delimiter
54LL | \0\0 fn rݻoa>rݻm
55 | ^
56
57error: macros that expand to items must be delimited with braces or followed by a semicolon
58 --> $DIR/issue-68629.rs:8:7
59 |
60LL | \1c\1fts\0![{i
61 | ____^
62LL | | \0\0 fn rݻoa>rݻm
63 | |_____________^
64 |
65help: change the delimiters to curly braces
66 |
67LL | \1c\1fts\0! { /* items */ }
94222f64 68 | ~~~~~~~~~~~~~~~
74b04a01
XL
69help: add a semicolon
70 |
71LL | \0\0 fn rݻoa>rݻm;
94222f64 72 | +
74b04a01
XL
73
74error: cannot find macro `ts` in this scope
75 --> $DIR/issue-68629.rs:8:3
76 |
77LL | \1c\1fts\0![{i
78 | ^^
79
80error: aborting due to 9 previous errors
81