This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
63 files changed
+299
-206
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- debuginfo
- rustc_const_eval/src/const_eval
- rustc_hir_analysis/src
- check
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_infer/src/infer/error_reporting
- nice_region_error
- rustc_lint/src
- rustc_middle/src
- ty
- print
- rustc_mir_build/src
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_symbol_mangling/src
- rustc_trait_selection/src/traits
- error_reporting
- rustc_ty_utils/src
- stable_mir/src
- mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+299
-206
lines changedLines changed: 13 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2099 | 2099 |
| |
2100 | 2100 |
| |
2101 | 2101 |
| |
2102 |
| - | |
| 2102 | + | |
2103 | 2103 |
| |
2104 | 2104 |
| |
2105 | 2105 |
| |
| |||
2485 | 2485 |
| |
2486 | 2486 |
| |
2487 | 2487 |
| |
| 2488 | + | |
| 2489 | + | |
| 2490 | + | |
| 2491 | + | |
| 2492 | + | |
| 2493 | + | |
| 2494 | + | |
2488 | 2495 |
| |
2489 | 2496 |
| |
2490 | 2497 |
| |
| |||
3001 | 3008 |
| |
3002 | 3009 |
| |
3003 | 3010 |
| |
3004 |
| - | |
3005 |
| - | |
| 3011 | + | |
| 3012 | + | |
3006 | 3013 |
| |
3007 | 3014 |
| |
3008 | 3015 |
| |
| |||
3014 | 3021 |
| |
3015 | 3022 |
| |
3016 | 3023 |
| |
3017 |
| - | |
3018 |
| - | |
| 3024 | + | |
| 3025 | + | |
3019 | 3026 |
| |
3020 | 3027 |
| |
3021 | 3028 |
| |
| |||
3025 | 3032 |
| |
3026 | 3033 |
| |
3027 | 3034 |
| |
3028 |
| - | |
| 3035 | + | |
3029 | 3036 |
| |
3030 | 3037 |
| |
3031 | 3038 |
| |
|
Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
502 |
| - | |
503 |
| - | |
| 502 | + | |
| 503 | + | |
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
| |||
864 | 864 |
| |
865 | 865 |
| |
866 | 866 |
| |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
867 | 874 |
| |
868 | 875 |
| |
869 | 876 |
| |
| |||
1226 | 1233 |
| |
1227 | 1234 |
| |
1228 | 1235 |
| |
1229 |
| - | |
| 1236 | + | |
1230 | 1237 |
| |
1231 | 1238 |
| |
1232 |
| - | |
| 1239 | + | |
1233 | 1240 |
| |
1234 | 1241 |
| |
1235 | 1242 |
| |
|
0 commit comments