11error: unrecognized instruction mnemonic
2- --> $DIR/srcloc.rs:15 :15
2+ --> $DIR/srcloc.rs:12 :15
33 |
44LL | asm!("invalid_instruction");
55 | ^^^^^^^^^^^^^^^^^^^
@@ -11,7 +11,7 @@ LL | invalid_instruction
1111 | ^
1212
1313error: unrecognized instruction mnemonic
14- --> $DIR/srcloc.rs:19 :13
14+ --> $DIR/srcloc.rs:16 :13
1515 |
1616LL | invalid_instruction
1717 | ^^^^^^^^^^^^^^^^^^^
@@ -23,7 +23,7 @@ LL | invalid_instruction
2323 | ^
2424
2525error: unrecognized instruction mnemonic
26- --> $DIR/srcloc.rs:24 :13
26+ --> $DIR/srcloc.rs:21 :13
2727 |
2828LL | invalid_instruction
2929 | ^^^^^^^^^^^^^^^^^^^
@@ -35,7 +35,7 @@ LL | invalid_instruction
3535 | ^
3636
3737error: unrecognized instruction mnemonic
38- --> $DIR/srcloc.rs:30 :13
38+ --> $DIR/srcloc.rs:27 :13
3939 |
4040LL | invalid_instruction
4141 | ^^^^^^^^^^^^^^^^^^^
@@ -47,7 +47,7 @@ LL | invalid_instruction
4747 | ^
4848
4949error: unrecognized instruction mnemonic
50- --> $DIR/srcloc.rs:37 :13
50+ --> $DIR/srcloc.rs:34 :13
5151 |
5252LL | invalid_instruction
5353 | ^^^^^^^^^^^^^^^^^^^
@@ -59,7 +59,7 @@ LL | invalid_instruction
5959 | ^
6060
6161error: unrecognized instruction mnemonic
62- --> $DIR/srcloc.rs:42 :14
62+ --> $DIR/srcloc.rs:39 :14
6363 |
6464LL | asm!(concat!("invalid", "_", "instruction"));
6565 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -71,7 +71,7 @@ LL | invalid_instruction
7171 | ^
7272
7373error: unrecognized instruction mnemonic
74- --> $DIR/srcloc.rs:46 :14
74+ --> $DIR/srcloc.rs:43 :14
7575 |
7676LL | "invalid_instruction",
7777 | ^^^^^^^^^^^^^^^^^^^
@@ -83,7 +83,7 @@ LL | invalid_instruction
8383 | ^
8484
8585error: unrecognized instruction mnemonic
86- --> $DIR/srcloc.rs:52 :14
86+ --> $DIR/srcloc.rs:49 :14
8787 |
8888LL | "invalid_instruction",
8989 | ^^^^^^^^^^^^^^^^^^^
@@ -95,7 +95,7 @@ LL | invalid_instruction
9595 | ^
9696
9797error: unrecognized instruction mnemonic
98- --> $DIR/srcloc.rs:59 :14
98+ --> $DIR/srcloc.rs:56 :14
9999 |
100100LL | "invalid_instruction",
101101 | ^^^^^^^^^^^^^^^^^^^
@@ -107,7 +107,7 @@ LL | invalid_instruction
107107 | ^
108108
109109error: unrecognized instruction mnemonic
110- --> $DIR/srcloc.rs:66 :13
110+ --> $DIR/srcloc.rs:63 :13
111111 |
112112LL | concat!("invalid", "_", "instruction"),
113113 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -119,7 +119,7 @@ LL | invalid_instruction
119119 | ^
120120
121121error: unrecognized instruction mnemonic
122- --> $DIR/srcloc.rs:73 :13
122+ --> $DIR/srcloc.rs:70 :13
123123 |
124124LL | concat!("invalid", "_", "instruction"),
125125 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -131,7 +131,7 @@ LL | invalid_instruction
131131 | ^
132132
133133error: unrecognized instruction mnemonic
134- --> $DIR/srcloc.rs:80 :14
134+ --> $DIR/srcloc.rs:77 :14
135135 |
136136LL | "invalid_instruction1",
137137 | ^^^^^^^^^^^^^^^^^^^^
@@ -143,7 +143,7 @@ LL | invalid_instruction1
143143 | ^
144144
145145error: unrecognized instruction mnemonic
146- --> $DIR/srcloc.rs:81 :14
146+ --> $DIR/srcloc.rs:78 :14
147147 |
148148LL | "invalid_instruction2",
149149 | ^^^^^^^^^^^^^^^^^^^^
@@ -155,7 +155,7 @@ LL | invalid_instruction2
155155 | ^
156156
157157error: unrecognized instruction mnemonic
158- --> $DIR/srcloc.rs:87 :13
158+ --> $DIR/srcloc.rs:84 :13
159159 |
160160LL | / concat!(
161161LL | | "invalid", "_", "instruction1", "\n",
@@ -170,7 +170,7 @@ LL | invalid_instruction1
170170 | ^
171171
172172error: unrecognized instruction mnemonic
173- --> $DIR/srcloc.rs:87 :13
173+ --> $DIR/srcloc.rs:84 :13
174174 |
175175LL | / concat!(
176176LL | | "invalid", "_", "instruction1", "\n",
@@ -185,7 +185,7 @@ LL | invalid_instruction2
185185 | ^
186186
187187error: unrecognized instruction mnemonic
188- --> $DIR/srcloc.rs:96 :13
188+ --> $DIR/srcloc.rs:93 :13
189189 |
190190LL | / concat!(
191191LL | | "invalid", "_", "instruction1", "\n",
@@ -200,7 +200,7 @@ LL | invalid_instruction1
200200 | ^
201201
202202error: unrecognized instruction mnemonic
203- --> $DIR/srcloc.rs:96 :13
203+ --> $DIR/srcloc.rs:93 :13
204204 |
205205LL | / concat!(
206206LL | | "invalid", "_", "instruction1", "\n",
@@ -215,7 +215,7 @@ LL | invalid_instruction2
215215 | ^
216216
217217error: unrecognized instruction mnemonic
218- --> $DIR/srcloc.rs:100 :13
218+ --> $DIR/srcloc.rs:97 :13
219219 |
220220LL | / concat!(
221221LL | | "invalid", "_", "instruction3", "\n",
@@ -230,7 +230,7 @@ LL | invalid_instruction3
230230 | ^
231231
232232error: unrecognized instruction mnemonic
233- --> $DIR/srcloc.rs:100 :13
233+ --> $DIR/srcloc.rs:97 :13
234234 |
235235LL | / concat!(
236236LL | | "invalid", "_", "instruction3", "\n",
@@ -245,7 +245,7 @@ LL | invalid_instruction4
245245 | ^
246246
247247error: unrecognized instruction mnemonic
248- --> $DIR/srcloc.rs:111 :13
248+ --> $DIR/srcloc.rs:108 :13
249249 |
250250LL | / concat!(
251251LL | | "invalid", "_", "instruction1", "\n",
@@ -260,7 +260,7 @@ LL | invalid_instruction1
260260 | ^
261261
262262error: unrecognized instruction mnemonic
263- --> $DIR/srcloc.rs:111 :13
263+ --> $DIR/srcloc.rs:108 :13
264264 |
265265LL | / concat!(
266266LL | | "invalid", "_", "instruction1", "\n",
@@ -275,7 +275,7 @@ LL | invalid_instruction2
275275 | ^
276276
277277error: unrecognized instruction mnemonic
278- --> $DIR/srcloc.rs:115 :13
278+ --> $DIR/srcloc.rs:112 :13
279279 |
280280LL | / concat!(
281281LL | | "invalid", "_", "instruction3", "\n",
@@ -290,7 +290,7 @@ LL | invalid_instruction3
290290 | ^
291291
292292error: unrecognized instruction mnemonic
293- --> $DIR/srcloc.rs:115 :13
293+ --> $DIR/srcloc.rs:112 :13
294294 |
295295LL | / concat!(
296296LL | | "invalid", "_", "instruction3", "\n",
@@ -305,7 +305,7 @@ LL | invalid_instruction4
305305 | ^
306306
307307error: unrecognized instruction mnemonic
308- --> $DIR/srcloc.rs:128 :14
308+ --> $DIR/srcloc.rs:125 :14
309309 |
310310LL | "invalid_instruction"
311311 | ^^^^^^^^^^^^^^^^^^^
0 commit comments