]> git.proxmox.com Git - rustc.git/blob - src/test/ui/asm/aarch64/srcloc.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / asm / aarch64 / srcloc.stderr
1 error: unrecognized instruction mnemonic
2 --> $DIR/srcloc.rs:12:15
3 |
4 LL | asm!("invalid_instruction");
5 | ^
6 |
7 note: instantiated into assembly here
8 --> <inline asm>:1:2
9 |
10 LL | invalid_instruction
11 | ^
12
13 error: unrecognized instruction mnemonic
14 --> $DIR/srcloc.rs:16:13
15 |
16 LL | invalid_instruction
17 | ^
18 |
19 note: instantiated into assembly here
20 --> <inline asm>:2:13
21 |
22 LL | invalid_instruction
23 | ^
24
25 error: unrecognized instruction mnemonic
26 --> $DIR/srcloc.rs:21:13
27 |
28 LL | invalid_instruction
29 | ^
30 |
31 note: instantiated into assembly here
32 --> <inline asm>:2:13
33 |
34 LL | invalid_instruction
35 | ^
36
37 error: unrecognized instruction mnemonic
38 --> $DIR/srcloc.rs:27:13
39 |
40 LL | invalid_instruction
41 | ^
42 |
43 note: instantiated into assembly here
44 --> <inline asm>:3:13
45 |
46 LL | invalid_instruction
47 | ^
48
49 error: unrecognized instruction mnemonic
50 --> $DIR/srcloc.rs:34:13
51 |
52 LL | invalid_instruction
53 | ^
54 |
55 note: instantiated into assembly here
56 --> <inline asm>:3:13
57 |
58 LL | invalid_instruction
59 | ^
60
61 error: unrecognized instruction mnemonic
62 --> $DIR/srcloc.rs:39:14
63 |
64 LL | asm!(concat!("invalid", "_", "instruction"));
65 | ^
66 |
67 note: instantiated into assembly here
68 --> <inline asm>:1:2
69 |
70 LL | invalid_instruction
71 | ^
72
73 error: unrecognized instruction mnemonic
74 --> $DIR/srcloc.rs:43:14
75 |
76 LL | "invalid_instruction",
77 | ^
78 |
79 note: instantiated into assembly here
80 --> <inline asm>:1:2
81 |
82 LL | invalid_instruction
83 | ^
84
85 error: unrecognized instruction mnemonic
86 --> $DIR/srcloc.rs:49:14
87 |
88 LL | "invalid_instruction",
89 | ^
90 |
91 note: instantiated into assembly here
92 --> <inline asm>:2:1
93 |
94 LL | invalid_instruction
95 | ^
96
97 error: unrecognized instruction mnemonic
98 --> $DIR/srcloc.rs:56:14
99 |
100 LL | "invalid_instruction",
101 | ^
102 |
103 note: instantiated into assembly here
104 --> <inline asm>:3:1
105 |
106 LL | invalid_instruction
107 | ^
108
109 error: unrecognized instruction mnemonic
110 --> $DIR/srcloc.rs:63:13
111 |
112 LL | concat!("invalid", "_", "instruction"),
113 | ^
114 |
115 note: instantiated into assembly here
116 --> <inline asm>:2:1
117 |
118 LL | invalid_instruction
119 | ^
120
121 error: unrecognized instruction mnemonic
122 --> $DIR/srcloc.rs:70:13
123 |
124 LL | concat!("invalid", "_", "instruction"),
125 | ^
126 |
127 note: instantiated into assembly here
128 --> <inline asm>:2:1
129 |
130 LL | invalid_instruction
131 | ^
132
133 error: unrecognized instruction mnemonic
134 --> $DIR/srcloc.rs:77:14
135 |
136 LL | "invalid_instruction1",
137 | ^
138 |
139 note: instantiated into assembly here
140 --> <inline asm>:1:2
141 |
142 LL | invalid_instruction1
143 | ^
144
145 error: unrecognized instruction mnemonic
146 --> $DIR/srcloc.rs:78:14
147 |
148 LL | "invalid_instruction2",
149 | ^
150 |
151 note: instantiated into assembly here
152 --> <inline asm>:2:1
153 |
154 LL | invalid_instruction2
155 | ^
156
157 error: unrecognized instruction mnemonic
158 --> $DIR/srcloc.rs:84:13
159 |
160 LL | concat!(
161 | ^
162 |
163 note: instantiated into assembly here
164 --> <inline asm>:1:2
165 |
166 LL | invalid_instruction1
167 | ^
168
169 error: unrecognized instruction mnemonic
170 --> $DIR/srcloc.rs:84:13
171 |
172 LL | concat!(
173 | ^
174 |
175 note: instantiated into assembly here
176 --> <inline asm>:2:1
177 |
178 LL | invalid_instruction2
179 | ^
180
181 error: unrecognized instruction mnemonic
182 --> $DIR/srcloc.rs:93:13
183 |
184 LL | concat!(
185 | ^
186 |
187 note: instantiated into assembly here
188 --> <inline asm>:1:2
189 |
190 LL | invalid_instruction1
191 | ^
192
193 error: unrecognized instruction mnemonic
194 --> $DIR/srcloc.rs:93:13
195 |
196 LL | concat!(
197 | ^
198 |
199 note: instantiated into assembly here
200 --> <inline asm>:2:1
201 |
202 LL | invalid_instruction2
203 | ^
204
205 error: unrecognized instruction mnemonic
206 --> $DIR/srcloc.rs:97:13
207 |
208 LL | concat!(
209 | ^
210 |
211 note: instantiated into assembly here
212 --> <inline asm>:3:1
213 |
214 LL | invalid_instruction3
215 | ^
216
217 error: unrecognized instruction mnemonic
218 --> $DIR/srcloc.rs:97:13
219 |
220 LL | concat!(
221 | ^
222 |
223 note: instantiated into assembly here
224 --> <inline asm>:4:1
225 |
226 LL | invalid_instruction4
227 | ^
228
229 error: unrecognized instruction mnemonic
230 --> $DIR/srcloc.rs:108:13
231 |
232 LL | concat!(
233 | ^
234 |
235 note: instantiated into assembly here
236 --> <inline asm>:1:2
237 |
238 LL | invalid_instruction1
239 | ^
240
241 error: unrecognized instruction mnemonic
242 --> $DIR/srcloc.rs:108:13
243 |
244 LL | concat!(
245 | ^
246 |
247 note: instantiated into assembly here
248 --> <inline asm>:2:1
249 |
250 LL | invalid_instruction2
251 | ^
252
253 error: unrecognized instruction mnemonic
254 --> $DIR/srcloc.rs:112:13
255 |
256 LL | concat!(
257 | ^
258 |
259 note: instantiated into assembly here
260 --> <inline asm>:4:1
261 |
262 LL | invalid_instruction3
263 | ^
264
265 error: unrecognized instruction mnemonic
266 --> $DIR/srcloc.rs:112:13
267 |
268 LL | concat!(
269 | ^
270 |
271 note: instantiated into assembly here
272 --> <inline asm>:5:1
273 |
274 LL | invalid_instruction4
275 | ^
276
277 error: unrecognized instruction mnemonic
278 --> $DIR/srcloc.rs:125:14
279 |
280 LL | "invalid_instruction"
281 | ^
282 |
283 note: instantiated into assembly here
284 --> <inline asm>:4:1
285 |
286 LL | invalid_instruction
287 | ^
288
289 error: aborting due to 24 previous errors
290