Commit 04b4b10
File tree
Expand file treeCollapse file tree
13 files changed
+11
-120
lines changedFilter options
- compiler
- rustc_feature/src
- rustc_hir_analysis
- src
- rustc_span/src
- src/doc/unstable-book/src/language-features
- tests/ui
- c-variadic
- error-codes
Expand file treeCollapse file tree
13 files changed
+11
-120
lines changedcompiler/rustc_feature/src/accepted.rs
Copy file name to clipboardExpand all lines: compiler/rustc_feature/src/accepted.rs+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
| 163 | + |
| 164 | + |
| 165 | + |
163 | 166 |
|
164 | 167 |
|
165 | 168 |
|
|
compiler/rustc_feature/src/active.rs
Copy file name to clipboardExpand all lines: compiler/rustc_feature/src/active.rs-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
435 | 435 |
|
436 | 436 |
|
437 | 437 |
|
438 |
| - |
439 |
| - |
440 |
| - |
441 | 438 |
|
442 | 439 |
|
443 | 440 |
|
|
compiler/rustc_hir_analysis/messages.ftl
Copy file name to clipboardExpand all lines: compiler/rustc_hir_analysis/messages.ftl+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
310 | 310 |
|
311 | 311 |
|
312 | 312 |
|
313 |
| - |
| 313 | + |
314 | 314 |
|
315 | 315 |
|
316 | 316 |
|
|
compiler/rustc_hir_analysis/src/errors.rs
Copy file name to clipboardExpand all lines: compiler/rustc_hir_analysis/src/errors.rs+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
422 | 422 |
|
423 | 423 |
|
424 | 424 |
|
425 |
| - |
| 425 | + |
426 | 426 |
|
427 | 427 |
|
428 | 428 |
|
429 |
| - |
430 | 429 |
|
431 | 430 |
|
432 | 431 |
|
|
compiler/rustc_hir_analysis/src/lib.rs
Copy file name to clipboardExpand all lines: compiler/rustc_hir_analysis/src/lib.rs+3-33Lines changed: 3 additions & 33 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
108 |
| - |
| 107 | + |
109 | 108 |
|
110 | 109 |
|
111 | 110 |
|
| ||
117 | 116 |
|
118 | 117 |
|
119 | 118 |
|
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
| 119 | + |
| 120 | + |
127 | 121 |
|
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 | 122 |
|
153 | 123 |
|
154 | 124 |
|
|
compiler/rustc_span/src/symbol.rs
Copy file name to clipboardExpand all lines: compiler/rustc_span/src/symbol.rs-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
708 | 708 |
|
709 | 709 |
|
710 | 710 |
|
711 |
| - |
712 | 711 |
|
713 | 712 |
|
714 | 713 |
|
|
src/doc/unstable-book/src/language-features/extended-varargs-abi-support.md
Copy file name to clipboardExpand all lines: src/doc/unstable-book/src/language-features/extended-varargs-abi-support.md-10Lines changed: 0 additions & 10 deletions
This file was deleted.
tests/ui/c-variadic/feature-gate-extended_varargs_abi_support.rs
Copy file name to clipboardExpand all lines: tests/ui/c-variadic/feature-gate-extended_varargs_abi_support.rs-17Lines changed: 0 additions & 17 deletions
This file was deleted.
tests/ui/c-variadic/feature-gate-extended_varargs_abi_support.stderr
Copy file name to clipboardExpand all lines: tests/ui/c-variadic/feature-gate-extended_varargs_abi_support.stderr-49Lines changed: 0 additions & 49 deletions
This file was deleted.
tests/ui/c-variadic/variadic-ffi-1.stderr
Copy file name to clipboardExpand all lines: tests/ui/c-variadic/variadic-ffi-1.stderr+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
tests/ui/c-variadic/variadic-ffi-2.rs
Copy file name to clipboardExpand all lines: tests/ui/c-variadic/variadic-ffi-2.rs-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
tests/ui/c-variadic/variadic-ffi-2.stderr
Copy file name to clipboardExpand all lines: tests/ui/c-variadic/variadic-ffi-2.stderr+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
tests/ui/error-codes/E0045.stderr
Copy file name to clipboardExpand all lines: tests/ui/error-codes/E0045.stderr+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
0 commit comments