This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
68 files changed
+496
-586
lines changed- compiler
- rustc_ast/src
- rustc_ast_ir/src
- rustc_ast_passes/src
- rustc_builtin_macros/src/deriving
- rustc_const_eval/src
- interpret
- transform/check_consts
- rustc_expand/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- compare_impl_item
- collect
- variance
- rustc_hir_typeck
- src
- fn_ctxt
- rustc_infer
- src
- infer
- error_reporting
- nice_region_error
- outlives
- traits
- rustc_lint/src
- rustc_macros/src
- rustc_middle/src
- hir/map
- traits
- ty
- print
- rustc_monomorphize/src
- rustc_privacy/src
- rustc_resolve/src
- rustc_trait_selection
- src
- solve
- eval_ctxt
- inspect
- traits
- error_reporting
- query
- rustc_transmute
- rustc_ty_utils
- src
- rustc_type_ir/src
- src/tools/clippy
- clippy_lints/src/methods
- clippy_utils/src
- mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+496
-586
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1474 | 1474 |
| |
1475 | 1475 |
| |
1476 | 1476 |
| |
1477 |
| - | |
| 1477 | + | |
1478 | 1478 |
| |
1479 | 1479 |
| |
1480 | 1480 |
| |
1481 |
| - | |
1482 | 1481 |
| |
1483 | 1482 |
| |
1484 | 1483 |
| |
1485 |
| - | |
| 1484 | + | |
1486 | 1485 |
| |
1487 | 1486 |
| |
1488 | 1487 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
| |||
211 | 210 |
| |
212 | 211 |
| |
213 | 212 |
| |
214 |
| - | |
215 |
| - | |
216 |
| - | |
| 213 | + | |
217 | 214 |
| |
218 | 215 |
| |
219 | 216 |
| |
| |||
223 | 220 |
| |
224 | 221 |
| |
225 | 222 |
| |
226 |
| - | |
| 223 | + | |
227 | 224 |
| |
228 | 225 |
| |
229 |
| - | |
230 | 226 |
| |
231 |
| - | |
| 227 | + | |
232 | 228 |
| |
233 | 229 |
| |
234 | 230 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
There was a problem loading the remainder of the diff.
0 commit comments