summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/debug/dump-debug-span-debug.stderr
blob: 2c05bdbc492a45d963c70a02b79a45b2a7132ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
TokenStream [Ident { ident: "ident", span: $DIR/dump-debug-span-debug.rs:9:5: 9:10 (#0) }, Ident { ident: "r#ident", span: $DIR/dump-debug-span-debug.rs:10:5: 10:12 (#0) }, Punct { ch: ',', spacing: Alone, span: $DIR/dump-debug-span-debug.rs:11:5: 11:6 (#0) }, Punct { ch: '=', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:12:5: 12:7 (#0) }, Punct { ch: '=', spacing: Joint, span: $DIR/dump-debug-span-debug.rs:12:5: 12:7 (#0) }, Punct { ch: '>', spacing: Alone, span: $DIR/dump-debug-span-debug.rs:12:7: 12:8 (#0) }, Group { delimiter: Parenthesis, stream: TokenStream [], span: $DIR/dump-debug-span-debug.rs:13:5: 13:7 (#0) }, Group { delimiter: Bracket, stream: TokenStream [Ident { ident: "_", span: $DIR/dump-debug-span-debug.rs:14:6: 14:7 (#0) }], span: $DIR/dump-debug-span-debug.rs:14:5: 14:8 (#0) }, Literal { kind: Integer, symbol: "0", suffix: None, span: $DIR/dump-debug-span-debug.rs:17:5: 17:6 (#0) }, Literal { kind: Float, symbol: "1.0", suffix: None, span: $DIR/dump-debug-span-debug.rs:18:5: 18:8 (#0) }, Literal { kind: Str, symbol: "S", suffix: None, span: $DIR/dump-debug-span-debug.rs:19:5: 19:8 (#0) }, Literal { kind: ByteStr, symbol: "B", suffix: None, span: $DIR/dump-debug-span-debug.rs:20:5: 20:9 (#0) }, Literal { kind: StrRaw(0), symbol: "R", suffix: None, span: $DIR/dump-debug-span-debug.rs:21:5: 21:9 (#0) }, Literal { kind: StrRaw(2), symbol: "R", suffix: None, span: $DIR/dump-debug-span-debug.rs:22:5: 22:13 (#0) }, Literal { kind: ByteStrRaw(0), symbol: "BR", suffix: None, span: $DIR/dump-debug-span-debug.rs:23:5: 23:11 (#0) }, Literal { kind: ByteStrRaw(2), symbol: "BR", suffix: None, span: $DIR/dump-debug-span-debug.rs:24:5: 24:15 (#0) }, Literal { kind: Char, symbol: "C", suffix: None, span: $DIR/dump-debug-span-debug.rs:25:5: 25:8 (#0) }, Literal { kind: Byte, symbol: "B", suffix: None, span: $DIR/dump-debug-span-debug.rs:26:5: 26:9 (#0) }, Literal { kind: Integer, symbol: "0", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:29:5: 29:7 (#0) }, Literal { kind: Float, symbol: "1.0", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:30:5: 30:9 (#0) }, Literal { kind: Str, symbol: "S", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:31:5: 31:9 (#0) }, Literal { kind: ByteStr, symbol: "B", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:32:5: 32:10 (#0) }, Literal { kind: StrRaw(0), symbol: "R", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:33:5: 33:10 (#0) }, Literal { kind: StrRaw(2), symbol: "R", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:34:5: 34:14 (#0) }, Literal { kind: ByteStrRaw(0), symbol: "BR", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:35:5: 35:12 (#0) }, Literal { kind: ByteStrRaw(2), symbol: "BR", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:36:5: 36:16 (#0) }, Literal { kind: Char, symbol: "C", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:37:5: 37:9 (#0) }, Literal { kind: Byte, symbol: "B", suffix: Some("q"), span: $DIR/dump-debug-span-debug.rs:38:5: 38:10 (#0) }]
TokenStream [
    Ident {
        ident: "ident",
        span: $DIR/dump-debug-span-debug.rs:9:5: 9:10 (#0),
    },
    Ident {
        ident: "r#ident",
        span: $DIR/dump-debug-span-debug.rs:10:5: 10:12 (#0),
    },
    Punct {
        ch: ',',
        spacing: Alone,
        span: $DIR/dump-debug-span-debug.rs:11:5: 11:6 (#0),
    },
    Punct {
        ch: '=',
        spacing: Joint,
        span: $DIR/dump-debug-span-debug.rs:12:5: 12:7 (#0),
    },
    Punct {
        ch: '=',
        spacing: Joint,
        span: $DIR/dump-debug-span-debug.rs:12:5: 12:7 (#0),
    },
    Punct {
        ch: '>',
        spacing: Alone,
        span: $DIR/dump-debug-span-debug.rs:12:7: 12:8 (#0),
    },
    Group {
        delimiter: Parenthesis,
        stream: TokenStream [],
        span: $DIR/dump-debug-span-debug.rs:13:5: 13:7 (#0),
    },
    Group {
        delimiter: Bracket,
        stream: TokenStream [
            Ident {
                ident: "_",
                span: $DIR/dump-debug-span-debug.rs:14:6: 14:7 (#0),
            },
        ],
        span: $DIR/dump-debug-span-debug.rs:14:5: 14:8 (#0),
    },
    Literal {
        kind: Integer,
        symbol: "0",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:17:5: 17:6 (#0),
    },
    Literal {
        kind: Float,
        symbol: "1.0",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:18:5: 18:8 (#0),
    },
    Literal {
        kind: Str,
        symbol: "S",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:19:5: 19:8 (#0),
    },
    Literal {
        kind: ByteStr,
        symbol: "B",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:20:5: 20:9 (#0),
    },
    Literal {
        kind: StrRaw(0),
        symbol: "R",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:21:5: 21:9 (#0),
    },
    Literal {
        kind: StrRaw(2),
        symbol: "R",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:22:5: 22:13 (#0),
    },
    Literal {
        kind: ByteStrRaw(0),
        symbol: "BR",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:23:5: 23:11 (#0),
    },
    Literal {
        kind: ByteStrRaw(2),
        symbol: "BR",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:24:5: 24:15 (#0),
    },
    Literal {
        kind: Char,
        symbol: "C",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:25:5: 25:8 (#0),
    },
    Literal {
        kind: Byte,
        symbol: "B",
        suffix: None,
        span: $DIR/dump-debug-span-debug.rs:26:5: 26:9 (#0),
    },
    Literal {
        kind: Integer,
        symbol: "0",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:29:5: 29:7 (#0),
    },
    Literal {
        kind: Float,
        symbol: "1.0",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:30:5: 30:9 (#0),
    },
    Literal {
        kind: Str,
        symbol: "S",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:31:5: 31:9 (#0),
    },
    Literal {
        kind: ByteStr,
        symbol: "B",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:32:5: 32:10 (#0),
    },
    Literal {
        kind: StrRaw(0),
        symbol: "R",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:33:5: 33:10 (#0),
    },
    Literal {
        kind: StrRaw(2),
        symbol: "R",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:34:5: 34:14 (#0),
    },
    Literal {
        kind: ByteStrRaw(0),
        symbol: "BR",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:35:5: 35:12 (#0),
    },
    Literal {
        kind: ByteStrRaw(2),
        symbol: "BR",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:36:5: 36:16 (#0),
    },
    Literal {
        kind: Char,
        symbol: "C",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:37:5: 37:9 (#0),
    },
    Literal {
        kind: Byte,
        symbol: "B",
        suffix: Some("q"),
        span: $DIR/dump-debug-span-debug.rs:38:5: 38:10 (#0),
    },
]