This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
103 files changed
+808
-754
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- rustc_borrowck/src/diagnostics
- rustc_error_codes/src/error_codes
- rustc_hir_analysis
- src
- collect
- hir_ty_lowering
- structured_errors
- rustc_hir_pretty/src
- rustc_hir_typeck/src/fn_ctxt
- rustc_hir/src
- rustc_middle/src/hir/map
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- late
- rustc_trait_selection/src/traits/error_reporting
- src
- librustdoc
- clean
- html
- render
- json
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- rustfmt/src
- tests/ui
- associated-consts
- associated-type-bounds
- associated-types
- async-await/return-type-notation
- const-generics/parser-error-recovery
- error-codes
- feature-gates
- fn
- generic-associated-types
- issues
- lifetimes
- methods
- suggestions
- traits
- typeck
- type/pattern_types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
103 files changed
+808
-754
lines changedLines changed: 28 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
| 170 | + | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| |||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
224 |
| - | |
225 |
| - | |
| 224 | + | |
226 | 225 |
| |
227 | 226 |
| |
228 |
| - | |
| 227 | + | |
229 | 228 |
| |
230 |
| - | |
231 |
| - | |
| 229 | + | |
| 230 | + | |
232 | 231 |
| |
233 | 232 |
| |
234 | 233 |
| |
| |||
418 | 417 |
| |
419 | 418 |
| |
420 | 419 |
| |
421 |
| - | |
| 420 | + | |
422 | 421 |
| |
423 | 422 |
| |
424 | 423 |
| |
| |||
2034 | 2033 |
| |
2035 | 2034 |
| |
2036 | 2035 |
| |
2037 |
| - | |
2038 |
| - | |
2039 |
| - | |
2040 |
| - | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
| 2043 | + | |
| 2044 | + | |
| 2045 | + | |
| 2046 | + | |
| 2047 | + | |
2041 | 2048 |
| |
2042 | 2049 |
| |
2043 | 2050 |
| |
2044 |
| - | |
| 2051 | + | |
2045 | 2052 |
| |
2046 | 2053 |
| |
2047 | 2054 |
| |
2048 |
| - | |
2049 | 2055 |
| |
2050 | 2056 |
| |
2051 | 2057 |
| |
| |||
2064 | 2070 |
| |
2065 | 2071 |
| |
2066 | 2072 |
| |
2067 |
| - | |
| 2073 | + | |
2068 | 2074 |
| |
2069 |
| - | |
2070 |
| - | |
| 2075 | + | |
| 2076 | + | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
2071 | 2082 |
| |
2072 |
| - | |
| 2083 | + | |
2073 | 2084 |
| |
2074 | 2085 |
| |
2075 | 2086 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
179 |
| - | |
| 178 | + | |
| 179 | + | |
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| |||
463 | 463 |
| |
464 | 464 |
| |
465 | 465 |
| |
466 |
| - | |
467 |
| - | |
| 466 | + | |
| 467 | + | |
468 | 468 |
| |
469 | 469 |
| |
470 | 470 |
| |
| |||
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
476 |
| - | |
| 476 | + | |
477 | 477 |
| |
478 | 478 |
| |
479 | 479 |
| |
480 |
| - | |
| 480 | + | |
481 | 481 |
| |
482 | 482 |
| |
483 | 483 |
| |
| |||
607 | 607 |
| |
608 | 608 |
| |
609 | 609 |
| |
610 |
| - | |
| 610 | + | |
611 | 611 |
| |
612 | 612 |
| |
613 | 613 |
| |
|
0 commit comments