Commit 73f8309
File tree
Expand file treeCollapse file tree
5 files changed
+45
-5
lines changedFilter options
- compiler
- rustc_builtin_macros/src
- rustc_codegen_llvm/src
- tests
- codegen/asm
- ui/asm/x86_64
Expand file treeCollapse file tree
5 files changed
+45
-5
lines changedcompiler/rustc_builtin_macros/src/asm.rs
Copy file name to clipboardExpand all lines: compiler/rustc_builtin_macros/src/asm.rs+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
300 | 300 |
|
301 | 301 |
|
302 | 302 |
|
303 |
| - |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
304 | 307 |
|
305 | 308 |
|
306 | 309 |
|
|
compiler/rustc_codegen_llvm/src/asm.rs
Copy file name to clipboardExpand all lines: compiler/rustc_codegen_llvm/src/asm.rs+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
343 | 343 |
|
344 | 344 |
|
345 | 345 |
|
346 |
| - |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
347 | 354 |
|
348 | 355 |
|
349 | 356 |
|
|
+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
50 | 49 |
|
51 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
52 | 62 |
|
53 | 63 |
|
tests/ui/asm/x86_64/goto.rs
Copy file name to clipboardExpand all lines: tests/ui/asm/x86_64/goto.rs+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
68 | 87 |
|
69 | 88 |
|
70 | 89 |
|
| ||
131 | 150 |
|
132 | 151 |
|
133 | 152 |
|
| 153 | + |
134 | 154 |
|
135 | 155 |
|
136 | 156 |
|
|
tests/ui/asm/x86_64/goto.stderr
Copy file name to clipboardExpand all lines: tests/ui/asm/x86_64/goto.stderr+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
0 commit comments