This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
160 files changed
+486
-374
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_const_eval/src/check_consts
- rustc_hir_analysis/src/hir_ty_lowering
- rustc_middle/src/ty
- tests
- run-make/missing-unstable-trait-bound
- rustdoc-ui
- issues
- synthetic-auto-trait-impls
- ui
- associated-types
- async-await
- auto-traits
- binop
- borrowck
- builtin-superkinds
- closures
- coherence/fuzzing
- const-generics/issues
- consts
- dropck
- error-codes
- errors
- trait-bound-error-spans
- traits
- generic-associated-types
- higher-ranked
- trait-bounds
- normalize-under-binder
- impl-trait
- in-trait
- issues
- kindck
- layout
- lazy-type-alias
- methods
- mir/validate
- missing-trait-bounds
- moves
- regions
- resolve
- specialization
- defaultimpl
- min_specialization
- suggestions
- trait-bounds
- traits
- alias
- bound
- const-traits
- inductive-overflow
- inheritance
- next-solver
- diagnostics
- tuple
- type-alias-impl-trait
- type-alias
- typeck
- type
- type-check
- union
- unop
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
160 files changed
+486
-374
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 | 1452 |
| |
| 1453 | + | |
1453 | 1454 |
| |
1454 | 1455 |
| |
1455 | 1456 |
| |
| |||
1463 | 1464 |
| |
1464 | 1465 |
| |
1465 | 1466 |
| |
1466 |
| - | |
1467 |
| - | |
1468 |
| - | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
1469 | 1470 |
| |
1470 | 1471 |
| |
1471 | 1472 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
|
0 commit comments