1
1
error: unrecognized instruction mnemonic
2
- --> $DIR/srcloc.rs:11 :15
2
+ --> $DIR/srcloc.rs:10 :15
3
3
|
4
4
LL | asm!("invalid_instruction");
5
5
| ^
@@ -11,7 +11,7 @@ LL | invalid_instruction
11
11
| ^
12
12
13
13
error: unrecognized instruction mnemonic
14
- --> $DIR/srcloc.rs:15 :13
14
+ --> $DIR/srcloc.rs:14 :13
15
15
|
16
16
LL | invalid_instruction
17
17
| ^
@@ -23,7 +23,7 @@ LL | invalid_instruction
23
23
| ^
24
24
25
25
error: unrecognized instruction mnemonic
26
- --> $DIR/srcloc.rs:20 :13
26
+ --> $DIR/srcloc.rs:19 :13
27
27
|
28
28
LL | invalid_instruction
29
29
| ^
@@ -35,7 +35,7 @@ LL | invalid_instruction
35
35
| ^
36
36
37
37
error: unrecognized instruction mnemonic
38
- --> $DIR/srcloc.rs:26 :13
38
+ --> $DIR/srcloc.rs:25 :13
39
39
|
40
40
LL | invalid_instruction
41
41
| ^
@@ -47,7 +47,7 @@ LL | invalid_instruction
47
47
| ^
48
48
49
49
error: unrecognized instruction mnemonic
50
- --> $DIR/srcloc.rs:33 :13
50
+ --> $DIR/srcloc.rs:32 :13
51
51
|
52
52
LL | invalid_instruction
53
53
| ^
@@ -59,7 +59,7 @@ LL | invalid_instruction
59
59
| ^
60
60
61
61
error: unrecognized instruction mnemonic
62
- --> $DIR/srcloc.rs:38 :14
62
+ --> $DIR/srcloc.rs:37 :14
63
63
|
64
64
LL | asm!(concat!("invalid", "_", "instruction"));
65
65
| ^
@@ -71,7 +71,7 @@ LL | invalid_instruction
71
71
| ^
72
72
73
73
error: unrecognized instruction mnemonic
74
- --> $DIR/srcloc.rs:42 :14
74
+ --> $DIR/srcloc.rs:41 :14
75
75
|
76
76
LL | "invalid_instruction",
77
77
| ^
@@ -83,7 +83,7 @@ LL | invalid_instruction
83
83
| ^
84
84
85
85
error: unrecognized instruction mnemonic
86
- --> $DIR/srcloc.rs:48 :14
86
+ --> $DIR/srcloc.rs:47 :14
87
87
|
88
88
LL | "invalid_instruction",
89
89
| ^
@@ -95,7 +95,7 @@ LL | invalid_instruction
95
95
| ^
96
96
97
97
error: unrecognized instruction mnemonic
98
- --> $DIR/srcloc.rs:55 :14
98
+ --> $DIR/srcloc.rs:54 :14
99
99
|
100
100
LL | "invalid_instruction",
101
101
| ^
@@ -107,7 +107,7 @@ LL | invalid_instruction
107
107
| ^
108
108
109
109
error: unrecognized instruction mnemonic
110
- --> $DIR/srcloc.rs:62 :13
110
+ --> $DIR/srcloc.rs:61 :13
111
111
|
112
112
LL | concat!("invalid", "_", "instruction"),
113
113
| ^
@@ -119,7 +119,7 @@ LL | invalid_instruction
119
119
| ^
120
120
121
121
error: unrecognized instruction mnemonic
122
- --> $DIR/srcloc.rs:69 :13
122
+ --> $DIR/srcloc.rs:68 :13
123
123
|
124
124
LL | concat!("invalid", "_", "instruction"),
125
125
| ^
@@ -131,7 +131,7 @@ LL | invalid_instruction
131
131
| ^
132
132
133
133
error: unrecognized instruction mnemonic
134
- --> $DIR/srcloc.rs:76 :14
134
+ --> $DIR/srcloc.rs:75 :14
135
135
|
136
136
LL | "invalid_instruction1",
137
137
| ^
@@ -143,7 +143,7 @@ LL | invalid_instruction1
143
143
| ^
144
144
145
145
error: unrecognized instruction mnemonic
146
- --> $DIR/srcloc.rs:77 :14
146
+ --> $DIR/srcloc.rs:76 :14
147
147
|
148
148
LL | "invalid_instruction2",
149
149
| ^
@@ -155,7 +155,7 @@ LL | invalid_instruction2
155
155
| ^
156
156
157
157
error: unrecognized instruction mnemonic
158
- --> $DIR/srcloc.rs:83 :13
158
+ --> $DIR/srcloc.rs:82 :13
159
159
|
160
160
LL | concat!(
161
161
| ^
@@ -167,7 +167,7 @@ LL | invalid_instruction1
167
167
| ^
168
168
169
169
error: unrecognized instruction mnemonic
170
- --> $DIR/srcloc.rs:83 :13
170
+ --> $DIR/srcloc.rs:82 :13
171
171
|
172
172
LL | concat!(
173
173
| ^
@@ -179,7 +179,7 @@ LL | invalid_instruction2
179
179
| ^
180
180
181
181
error: unrecognized instruction mnemonic
182
- --> $DIR/srcloc.rs:92 :13
182
+ --> $DIR/srcloc.rs:91 :13
183
183
|
184
184
LL | concat!(
185
185
| ^
@@ -191,7 +191,7 @@ LL | invalid_instruction1
191
191
| ^
192
192
193
193
error: unrecognized instruction mnemonic
194
- --> $DIR/srcloc.rs:92 :13
194
+ --> $DIR/srcloc.rs:91 :13
195
195
|
196
196
LL | concat!(
197
197
| ^
@@ -203,7 +203,7 @@ LL | invalid_instruction2
203
203
| ^
204
204
205
205
error: unrecognized instruction mnemonic
206
- --> $DIR/srcloc.rs:96 :13
206
+ --> $DIR/srcloc.rs:95 :13
207
207
|
208
208
LL | concat!(
209
209
| ^
@@ -215,7 +215,7 @@ LL | invalid_instruction3
215
215
| ^
216
216
217
217
error: unrecognized instruction mnemonic
218
- --> $DIR/srcloc.rs:96 :13
218
+ --> $DIR/srcloc.rs:95 :13
219
219
|
220
220
LL | concat!(
221
221
| ^
@@ -227,7 +227,7 @@ LL | invalid_instruction4
227
227
| ^
228
228
229
229
error: unrecognized instruction mnemonic
230
- --> $DIR/srcloc.rs:107 :13
230
+ --> $DIR/srcloc.rs:106 :13
231
231
|
232
232
LL | concat!(
233
233
| ^
@@ -239,7 +239,7 @@ LL | invalid_instruction1
239
239
| ^
240
240
241
241
error: unrecognized instruction mnemonic
242
- --> $DIR/srcloc.rs:107 :13
242
+ --> $DIR/srcloc.rs:106 :13
243
243
|
244
244
LL | concat!(
245
245
| ^
@@ -251,7 +251,7 @@ LL | invalid_instruction2
251
251
| ^
252
252
253
253
error: unrecognized instruction mnemonic
254
- --> $DIR/srcloc.rs:111 :13
254
+ --> $DIR/srcloc.rs:110 :13
255
255
|
256
256
LL | concat!(
257
257
| ^
@@ -263,7 +263,7 @@ LL | invalid_instruction3
263
263
| ^
264
264
265
265
error: unrecognized instruction mnemonic
266
- --> $DIR/srcloc.rs:111 :13
266
+ --> $DIR/srcloc.rs:110 :13
267
267
|
268
268
LL | concat!(
269
269
| ^
0 commit comments