Skip to content

Commit 8b1504c

Browse files
committed
bless the line changes in ui/asm/aarch64/srcloc.rs
1 parent e9f545b commit 8b1504c

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

src/test/ui/asm/aarch64/srcloc.stderr

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: unrecognized instruction mnemonic
2-
--> $DIR/srcloc.rs:11:15
2+
--> $DIR/srcloc.rs:10:15
33
|
44
LL | asm!("invalid_instruction");
55
| ^
@@ -11,7 +11,7 @@ LL | invalid_instruction
1111
| ^
1212

1313
error: unrecognized instruction mnemonic
14-
--> $DIR/srcloc.rs:15:13
14+
--> $DIR/srcloc.rs:14:13
1515
|
1616
LL | invalid_instruction
1717
| ^
@@ -23,7 +23,7 @@ LL | invalid_instruction
2323
| ^
2424

2525
error: unrecognized instruction mnemonic
26-
--> $DIR/srcloc.rs:20:13
26+
--> $DIR/srcloc.rs:19:13
2727
|
2828
LL | invalid_instruction
2929
| ^
@@ -35,7 +35,7 @@ LL | invalid_instruction
3535
| ^
3636

3737
error: unrecognized instruction mnemonic
38-
--> $DIR/srcloc.rs:26:13
38+
--> $DIR/srcloc.rs:25:13
3939
|
4040
LL | invalid_instruction
4141
| ^
@@ -47,7 +47,7 @@ LL | invalid_instruction
4747
| ^
4848

4949
error: unrecognized instruction mnemonic
50-
--> $DIR/srcloc.rs:33:13
50+
--> $DIR/srcloc.rs:32:13
5151
|
5252
LL | invalid_instruction
5353
| ^
@@ -59,7 +59,7 @@ LL | invalid_instruction
5959
| ^
6060

6161
error: unrecognized instruction mnemonic
62-
--> $DIR/srcloc.rs:38:14
62+
--> $DIR/srcloc.rs:37:14
6363
|
6464
LL | asm!(concat!("invalid", "_", "instruction"));
6565
| ^
@@ -71,7 +71,7 @@ LL | invalid_instruction
7171
| ^
7272

7373
error: unrecognized instruction mnemonic
74-
--> $DIR/srcloc.rs:42:14
74+
--> $DIR/srcloc.rs:41:14
7575
|
7676
LL | "invalid_instruction",
7777
| ^
@@ -83,7 +83,7 @@ LL | invalid_instruction
8383
| ^
8484

8585
error: unrecognized instruction mnemonic
86-
--> $DIR/srcloc.rs:48:14
86+
--> $DIR/srcloc.rs:47:14
8787
|
8888
LL | "invalid_instruction",
8989
| ^
@@ -95,7 +95,7 @@ LL | invalid_instruction
9595
| ^
9696

9797
error: unrecognized instruction mnemonic
98-
--> $DIR/srcloc.rs:55:14
98+
--> $DIR/srcloc.rs:54:14
9999
|
100100
LL | "invalid_instruction",
101101
| ^
@@ -107,7 +107,7 @@ LL | invalid_instruction
107107
| ^
108108

109109
error: unrecognized instruction mnemonic
110-
--> $DIR/srcloc.rs:62:13
110+
--> $DIR/srcloc.rs:61:13
111111
|
112112
LL | concat!("invalid", "_", "instruction"),
113113
| ^
@@ -119,7 +119,7 @@ LL | invalid_instruction
119119
| ^
120120

121121
error: unrecognized instruction mnemonic
122-
--> $DIR/srcloc.rs:69:13
122+
--> $DIR/srcloc.rs:68:13
123123
|
124124
LL | concat!("invalid", "_", "instruction"),
125125
| ^
@@ -131,7 +131,7 @@ LL | invalid_instruction
131131
| ^
132132

133133
error: unrecognized instruction mnemonic
134-
--> $DIR/srcloc.rs:76:14
134+
--> $DIR/srcloc.rs:75:14
135135
|
136136
LL | "invalid_instruction1",
137137
| ^
@@ -143,7 +143,7 @@ LL | invalid_instruction1
143143
| ^
144144

145145
error: unrecognized instruction mnemonic
146-
--> $DIR/srcloc.rs:77:14
146+
--> $DIR/srcloc.rs:76:14
147147
|
148148
LL | "invalid_instruction2",
149149
| ^
@@ -155,7 +155,7 @@ LL | invalid_instruction2
155155
| ^
156156

157157
error: unrecognized instruction mnemonic
158-
--> $DIR/srcloc.rs:83:13
158+
--> $DIR/srcloc.rs:82:13
159159
|
160160
LL | concat!(
161161
| ^
@@ -167,7 +167,7 @@ LL | invalid_instruction1
167167
| ^
168168

169169
error: unrecognized instruction mnemonic
170-
--> $DIR/srcloc.rs:83:13
170+
--> $DIR/srcloc.rs:82:13
171171
|
172172
LL | concat!(
173173
| ^
@@ -179,7 +179,7 @@ LL | invalid_instruction2
179179
| ^
180180

181181
error: unrecognized instruction mnemonic
182-
--> $DIR/srcloc.rs:92:13
182+
--> $DIR/srcloc.rs:91:13
183183
|
184184
LL | concat!(
185185
| ^
@@ -191,7 +191,7 @@ LL | invalid_instruction1
191191
| ^
192192

193193
error: unrecognized instruction mnemonic
194-
--> $DIR/srcloc.rs:92:13
194+
--> $DIR/srcloc.rs:91:13
195195
|
196196
LL | concat!(
197197
| ^
@@ -203,7 +203,7 @@ LL | invalid_instruction2
203203
| ^
204204

205205
error: unrecognized instruction mnemonic
206-
--> $DIR/srcloc.rs:96:13
206+
--> $DIR/srcloc.rs:95:13
207207
|
208208
LL | concat!(
209209
| ^
@@ -215,7 +215,7 @@ LL | invalid_instruction3
215215
| ^
216216

217217
error: unrecognized instruction mnemonic
218-
--> $DIR/srcloc.rs:96:13
218+
--> $DIR/srcloc.rs:95:13
219219
|
220220
LL | concat!(
221221
| ^
@@ -227,7 +227,7 @@ LL | invalid_instruction4
227227
| ^
228228

229229
error: unrecognized instruction mnemonic
230-
--> $DIR/srcloc.rs:107:13
230+
--> $DIR/srcloc.rs:106:13
231231
|
232232
LL | concat!(
233233
| ^
@@ -239,7 +239,7 @@ LL | invalid_instruction1
239239
| ^
240240

241241
error: unrecognized instruction mnemonic
242-
--> $DIR/srcloc.rs:107:13
242+
--> $DIR/srcloc.rs:106:13
243243
|
244244
LL | concat!(
245245
| ^
@@ -251,7 +251,7 @@ LL | invalid_instruction2
251251
| ^
252252

253253
error: unrecognized instruction mnemonic
254-
--> $DIR/srcloc.rs:111:13
254+
--> $DIR/srcloc.rs:110:13
255255
|
256256
LL | concat!(
257257
| ^
@@ -263,7 +263,7 @@ LL | invalid_instruction3
263263
| ^
264264

265265
error: unrecognized instruction mnemonic
266-
--> $DIR/srcloc.rs:111:13
266+
--> $DIR/srcloc.rs:110:13
267267
|
268268
LL | concat!(
269269
| ^

0 commit comments

Comments
 (0)