]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/debug/dump-debug-span-debug.stderr
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / ui / proc-macro / debug / dump-debug-span-debug.stderr
1 TokenStream [Ident { ident: "ident", span: $DIR/dump-debug-span-debug.rs:10:5: 10:10 (#0) }, Ident { ident: "r#ident", span: $DIR/dump-debug-span-debug.rs:11:5: 11:12 (#0) }, Punct { ch: ',', spacing: Alone, span: $DIR/dump-debug-span-debug.rs:12:5: 12:6 (#0) }, Punct { ch: '&', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:13:5: 13:6 (#0) }, Punct { ch: '&', spacing: Alone, span: $DIR/dump-debug-span-debug.rs:13:6: 13:7 (#0) }, Punct { ch: '|', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:14:5: 14:6 (#0) }, Punct { ch: '|', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:14:6: 14:7 (#0) }, Punct { ch: '>', spacing: Alone, span: $DIR/dump-debug-span-debug.rs:14:7: 14:8 (#0) }, Punct { ch: '|', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:15:5: 15:6 (#0) }, Punct { ch: '|', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:15:6: 15:7 (#0) }, Punct { ch: '<', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:15:7: 15:8 (#0) }, Punct { ch: '<', spacing: Alone, span: $DIR/dump-debug-span-debug.rs:15:8: 15:9 (#0) }, Punct { ch: '.', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:16:5: 16:6 (#0) }, Punct { ch: '.', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:16:6: 16:7 (#0) }, Punct { ch: '=', spacing: Alone, span: $DIR/dump-debug-span-debug.rs:16:7: 16:8 (#0) }, Punct { ch: '<', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:17:5: 17:6 (#0) }, Punct { ch: '<', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:17:6: 17:7 (#0) }, Punct { ch: '=', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:17:7: 17:8 (#0) }, Punct { ch: '!', spacing: Alone, span: $DIR/dump-debug-span-debug.rs:17:8: 17:9 (#0) }, Group { delimiter: Parenthesis, stream: TokenStream [], span: $DIR/dump-debug-span-debug.rs:18:5: 18:7 (#0) }, Group { delimiter: Bracket, stream: TokenStream [Ident { ident: "_", span: $DIR/dump-debug-span-debug.rs:19:6: 19:7 (#0) }], span: $DIR/dump-debug-span-debug.rs:19:5: 19:8 (#0) }, Literal { kind: Integer, symbol: "0", suffix: None, span: $DIR/dump-debug-span-debug.rs:22:5: 22:6 (#0) }, Literal { kind: Float, symbol: "1.0", suffix: None, span: $DIR/dump-debug-span-debug.rs:23:5: 23:8 (#0) }, Literal { kind: Str, symbol: "S", suffix: None, span: $DIR/dump-debug-span-debug.rs:24:5: 24:8 (#0) }, Literal { kind: ByteStr, symbol: "B", suffix: None, span: $DIR/dump-debug-span-debug.rs:25:5: 25:9 (#0) }, Literal { kind: StrRaw(0), symbol: "R", suffix: None, span: $DIR/dump-debug-span-debug.rs:26:5: 26:9 (#0) }, Literal { kind: StrRaw(2), symbol: "R", suffix: None, span: $DIR/dump-debug-span-debug.rs:27:5: 27:13 (#0) }, Literal { kind: ByteStrRaw(0), symbol: "BR", suffix: None, span: $DIR/dump-debug-span-debug.rs:28:5: 28:11 (#0) }, Literal { kind: ByteStrRaw(2), symbol: "BR", suffix: None, span: $DIR/dump-debug-span-debug.rs:29:5: 29:15 (#0) }, Literal { kind: Char, symbol: "C", suffix: None, span: $DIR/dump-debug-span-debug.rs:30:5: 30:8 (#0) }, Literal { kind: Byte, symbol: "B", suffix: None, span: $DIR/dump-debug-span-debug.rs:31:5: 31:9 (#0) }, Literal { kind: Integer, symbol: "0", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:34:5: 34:7 (#0) }, Literal { kind: Float, symbol: "1.0", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:35:5: 35:9 (#0) }, Literal { kind: Str, symbol: "S", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:36:5: 36:9 (#0) }, Literal { kind: ByteStr, symbol: "B", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:37:5: 37:10 (#0) }, Literal { kind: StrRaw(0), symbol: "R", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:38:5: 38:10 (#0) }, Literal { kind: StrRaw(2), symbol: "R", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:39:5: 39:14 (#0) }, Literal { kind: ByteStrRaw(0), symbol: "BR", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:40:5: 40:12 (#0) }, Literal { kind: ByteStrRaw(2), symbol: "BR", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:41:5: 41:16 (#0) }, Literal { kind: Char, symbol: "C", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:42:5: 42:9 (#0) }, Literal { kind: Byte, symbol: "B", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:43:5: 43:10 (#0) }]
2 TokenStream [
3     Ident {
4         ident: "ident",
5         span: $DIR/dump-debug-span-debug.rs:10:5: 10:10 (#0),
6     },
7     Ident {
8         ident: "r#ident",
9         span: $DIR/dump-debug-span-debug.rs:11:5: 11:12 (#0),
10     },
11     Punct {
12         ch: ',',
13         spacing: Alone,
14         span: $DIR/dump-debug-span-debug.rs:12:5: 12:6 (#0),
15     },
16     Punct {
17         ch: '&',
18         spacing: Joint,
19         span: $DIR/dump-debug-span-debug.rs:13:5: 13:6 (#0),
20     },
21     Punct {
22         ch: '&',
23         spacing: Alone,
24         span: $DIR/dump-debug-span-debug.rs:13:6: 13:7 (#0),
25     },
26     Punct {
27         ch: '|',
28         spacing: Joint,
29         span: $DIR/dump-debug-span-debug.rs:14:5: 14:6 (#0),
30     },
31     Punct {
32         ch: '|',
33         spacing: Joint,
34         span: $DIR/dump-debug-span-debug.rs:14:6: 14:7 (#0),
35     },
36     Punct {
37         ch: '>',
38         spacing: Alone,
39         span: $DIR/dump-debug-span-debug.rs:14:7: 14:8 (#0),
40     },
41     Punct {
42         ch: '|',
43         spacing: Joint,
44         span: $DIR/dump-debug-span-debug.rs:15:5: 15:6 (#0),
45     },
46     Punct {
47         ch: '|',
48         spacing: Joint,
49         span: $DIR/dump-debug-span-debug.rs:15:6: 15:7 (#0),
50     },
51     Punct {
52         ch: '<',
53         spacing: Joint,
54         span: $DIR/dump-debug-span-debug.rs:15:7: 15:8 (#0),
55     },
56     Punct {
57         ch: '<',
58         spacing: Alone,
59         span: $DIR/dump-debug-span-debug.rs:15:8: 15:9 (#0),
60     },
61     Punct {
62         ch: '.',
63         spacing: Joint,
64         span: $DIR/dump-debug-span-debug.rs:16:5: 16:6 (#0),
65     },
66     Punct {
67         ch: '.',
68         spacing: Joint,
69         span: $DIR/dump-debug-span-debug.rs:16:6: 16:7 (#0),
70     },
71     Punct {
72         ch: '=',
73         spacing: Alone,
74         span: $DIR/dump-debug-span-debug.rs:16:7: 16:8 (#0),
75     },
76     Punct {
77         ch: '<',
78         spacing: Joint,
79         span: $DIR/dump-debug-span-debug.rs:17:5: 17:6 (#0),
80     },
81     Punct {
82         ch: '<',
83         spacing: Joint,
84         span: $DIR/dump-debug-span-debug.rs:17:6: 17:7 (#0),
85     },
86     Punct {
87         ch: '=',
88         spacing: Joint,
89         span: $DIR/dump-debug-span-debug.rs:17:7: 17:8 (#0),
90     },
91     Punct {
92         ch: '!',
93         spacing: Alone,
94         span: $DIR/dump-debug-span-debug.rs:17:8: 17:9 (#0),
95     },
96     Group {
97         delimiter: Parenthesis,
98         stream: TokenStream [],
99         span: $DIR/dump-debug-span-debug.rs:18:5: 18:7 (#0),
100     },
101     Group {
102         delimiter: Bracket,
103         stream: TokenStream [
104             Ident {
105                 ident: "_",
106                 span: $DIR/dump-debug-span-debug.rs:19:6: 19:7 (#0),
107             },
108         ],
109         span: $DIR/dump-debug-span-debug.rs:19:5: 19:8 (#0),
110     },
111     Literal {
112         kind: Integer,
113         symbol: "0",
114         suffix: None,
115         span: $DIR/dump-debug-span-debug.rs:22:5: 22:6 (#0),
116     },
117     Literal {
118         kind: Float,
119         symbol: "1.0",
120         suffix: None,
121         span: $DIR/dump-debug-span-debug.rs:23:5: 23:8 (#0),
122     },
123     Literal {
124         kind: Str,
125         symbol: "S",
126         suffix: None,
127         span: $DIR/dump-debug-span-debug.rs:24:5: 24:8 (#0),
128     },
129     Literal {
130         kind: ByteStr,
131         symbol: "B",
132         suffix: None,
133         span: $DIR/dump-debug-span-debug.rs:25:5: 25:9 (#0),
134     },
135     Literal {
136         kind: StrRaw(0),
137         symbol: "R",
138         suffix: None,
139         span: $DIR/dump-debug-span-debug.rs:26:5: 26:9 (#0),
140     },
141     Literal {
142         kind: StrRaw(2),
143         symbol: "R",
144         suffix: None,
145         span: $DIR/dump-debug-span-debug.rs:27:5: 27:13 (#0),
146     },
147     Literal {
148         kind: ByteStrRaw(0),
149         symbol: "BR",
150         suffix: None,
151         span: $DIR/dump-debug-span-debug.rs:28:5: 28:11 (#0),
152     },
153     Literal {
154         kind: ByteStrRaw(2),
155         symbol: "BR",
156         suffix: None,
157         span: $DIR/dump-debug-span-debug.rs:29:5: 29:15 (#0),
158     },
159     Literal {
160         kind: Char,
161         symbol: "C",
162         suffix: None,
163         span: $DIR/dump-debug-span-debug.rs:30:5: 30:8 (#0),
164     },
165     Literal {
166         kind: Byte,
167         symbol: "B",
168         suffix: None,
169         span: $DIR/dump-debug-span-debug.rs:31:5: 31:9 (#0),
170     },
171     Literal {
172         kind: Integer,
173         symbol: "0",
174         suffix: Some("q"),
175         span: $DIR/dump-debug-span-debug.rs:34:5: 34:7 (#0),
176     },
177     Literal {
178         kind: Float,
179         symbol: "1.0",
180         suffix: Some("q"),
181         span: $DIR/dump-debug-span-debug.rs:35:5: 35:9 (#0),
182     },
183     Literal {
184         kind: Str,
185         symbol: "S",
186         suffix: Some("q"),
187         span: $DIR/dump-debug-span-debug.rs:36:5: 36:9 (#0),
188     },
189     Literal {
190         kind: ByteStr,
191         symbol: "B",
192         suffix: Some("q"),
193         span: $DIR/dump-debug-span-debug.rs:37:5: 37:10 (#0),
194     },
195     Literal {
196         kind: StrRaw(0),
197         symbol: "R",
198         suffix: Some("q"),
199         span: $DIR/dump-debug-span-debug.rs:38:5: 38:10 (#0),
200     },
201     Literal {
202         kind: StrRaw(2),
203         symbol: "R",
204         suffix: Some("q"),
205         span: $DIR/dump-debug-span-debug.rs:39:5: 39:14 (#0),
206     },
207     Literal {
208         kind: ByteStrRaw(0),
209         symbol: "BR",
210         suffix: Some("q"),
211         span: $DIR/dump-debug-span-debug.rs:40:5: 40:12 (#0),
212     },
213     Literal {
214         kind: ByteStrRaw(2),
215         symbol: "BR",
216         suffix: Some("q"),
217         span: $DIR/dump-debug-span-debug.rs:41:5: 41:16 (#0),
218     },
219     Literal {
220         kind: Char,
221         symbol: "C",
222         suffix: Some("q"),
223         span: $DIR/dump-debug-span-debug.rs:42:5: 42:9 (#0),
224     },
225     Literal {
226         kind: Byte,
227         symbol: "B",
228         suffix: Some("q"),
229         span: $DIR/dump-debug-span-debug.rs:43:5: 43:10 (#0),
230     },
231 ]