You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/ui/asm/named_asm_labels.stderr
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
error: do not use named labels in inline assembly
2
-
--> $DIR/named_asm_labels.rs:6:15
2
+
--> $DIR/named_asm_labels.rs:11:15
3
3
|
4
4
LL | asm!("bar: nop");
5
5
| ^^^
@@ -9,7 +9,7 @@ LL | asm!("bar: nop");
9
9
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
10
10
11
11
error: do not use named labels in inline assembly
12
-
--> $DIR/named_asm_labels.rs:9:15
12
+
--> $DIR/named_asm_labels.rs:14:15
13
13
|
14
14
LL | asm!("abcd:");
15
15
| ^^^^
@@ -18,7 +18,7 @@ LL | asm!("abcd:");
18
18
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
19
19
20
20
error: do not use named labels in inline assembly
21
-
--> $DIR/named_asm_labels.rs:12:15
21
+
--> $DIR/named_asm_labels.rs:17:15
22
22
|
23
23
LL | asm!("foo: bar1: nop");
24
24
| ^^^
@@ -27,7 +27,7 @@ LL | asm!("foo: bar1: nop");
27
27
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
28
28
29
29
error: do not use named labels in inline assembly
30
-
--> $DIR/named_asm_labels.rs:12:20
30
+
--> $DIR/named_asm_labels.rs:17:20
31
31
|
32
32
LL | asm!("foo: bar1: nop");
33
33
| ^^^^
@@ -36,7 +36,7 @@ LL | asm!("foo: bar1: nop");
36
36
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
37
37
38
38
error: do not use named labels in inline assembly
39
-
--> $DIR/named_asm_labels.rs:17:15
39
+
--> $DIR/named_asm_labels.rs:22:15
40
40
|
41
41
LL | asm!("foo1: nop", "nop");
42
42
| ^^^^
@@ -45,7 +45,7 @@ LL | asm!("foo1: nop", "nop");
45
45
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
64
64
65
65
error: do not use named labels in inline assembly
66
-
--> $DIR/named_asm_labels.rs:21:22
66
+
--> $DIR/named_asm_labels.rs:26:22
67
67
|
68
68
LL | asm!("nop", "foo4: nop");
69
69
| ^^^^
@@ -72,7 +72,7 @@ LL | asm!("nop", "foo4: nop");
72
72
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
109
109
110
110
error: do not use named labels in inline assembly
111
-
--> $DIR/named_asm_labels.rs:30:15
111
+
--> $DIR/named_asm_labels.rs:35:15
112
112
|
113
113
LL | asm!("foo9: nop; nop");
114
114
| ^^^^
@@ -117,7 +117,7 @@ LL | asm!("foo9: nop; nop");
117
117
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
118
118
119
119
error: do not use named labels in inline assembly
120
-
--> $DIR/named_asm_labels.rs:31:20
120
+
--> $DIR/named_asm_labels.rs:36:20
121
121
|
122
122
LL | asm!("nop; foo10: nop");
123
123
| ^^^^^
@@ -126,7 +126,7 @@ LL | asm!("nop; foo10: nop");
126
126
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
145
145
146
146
error: do not use named labels in inline assembly
147
-
--> $DIR/named_asm_labels.rs:37:15
147
+
--> $DIR/named_asm_labels.rs:42:15
148
148
|
149
149
LL | asm!("bar4: nop\n nop");
150
150
| ^^^^
@@ -153,7 +153,7 @@ LL | asm!("bar4: nop\n nop");
153
153
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
154
154
155
155
error: do not use named labels in inline assembly
156
-
--> $DIR/named_asm_labels.rs:38:21
156
+
--> $DIR/named_asm_labels.rs:43:21
157
157
|
158
158
LL | asm!("nop\n bar5: nop");
159
159
| ^^^^
@@ -162,7 +162,7 @@ LL | asm!("nop\n bar5: nop");
162
162
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
181
181
182
182
error: do not use named labels in inline assembly
183
-
--> $DIR/named_asm_labels.rs:46:13
183
+
--> $DIR/named_asm_labels.rs:51:13
184
184
|
185
185
LL | blah2: nop
186
186
| ^^^^^
@@ -189,7 +189,7 @@ LL | blah2: nop
189
189
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
190
190
191
191
error: do not use named labels in inline assembly
192
-
--> $DIR/named_asm_labels.rs:47:13
192
+
--> $DIR/named_asm_labels.rs:52:13
193
193
|
194
194
LL | blah3: nop
195
195
| ^^^^^
@@ -198,7 +198,7 @@ LL | blah3: nop
198
198
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
199
199
200
200
error: do not use named labels in inline assembly
201
-
--> $DIR/named_asm_labels.rs:55:19
201
+
--> $DIR/named_asm_labels.rs:60:19
202
202
|
203
203
LL | nop ; blah4: nop
204
204
| ^^^^^
@@ -207,7 +207,7 @@ LL | nop ; blah4: nop
207
207
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
217
217
218
218
error: do not use named labels in inline assembly
219
-
--> $DIR/named_asm_labels.rs:72:15
219
+
--> $DIR/named_asm_labels.rs:77:15
220
220
|
221
221
LL | asm!("def: def: nop");
222
222
| ^^^
@@ -225,7 +225,7 @@ LL | asm!("def: def: nop");
225
225
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
253
253
254
254
error: do not use named labels in inline assembly
255
-
--> $DIR/named_asm_labels.rs:83:15
255
+
--> $DIR/named_asm_labels.rs:88:15
256
256
|
257
257
LL | asm!("foooo\x3A nop");
258
258
| ^^^^^^^^^^^^^
@@ -261,7 +261,7 @@ LL | asm!("foooo\x3A nop");
261
261
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
= note: See the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
0 commit comments