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