This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
223 files changed
+407
-418
lines changed- compiler/rustc_trait_selection/src/error_reporting/traits
- tests/ui
- associated-consts
- associated-type-bounds/return-type-notation
- associated-types
- async-await
- async-closures
- in-trait
- issues
- auto-traits
- binop
- block-result
- cast
- closures
- coherence
- const-generics
- adt_const_params
- generic_const_exprs
- issues
- consts
- const-blocks
- coroutine
- print
- derives
- deriving
- dst
- error-codes
- errors
- trait-bound-error-spans
- traits
- extern
- feature-gates
- fmt
- for
- function-pointer
- generic-associated-types
- higher-ranked/trait-bounds/normalize-under-binder
- impl-trait
- diagnostics
- in-trait
- indexing
- interior-mutability
- issues
- iterators
- kindck
- modules
- mut
- not-panic
- offset-of
- on-unimplemented
- parser
- range
- recursion
- rfcs
- rfc-1937-termination-trait
- rfc-2361-dbg-macro
- specialization/min_specialization
- statics
- str
- suggestions
- sync
- trait-bounds
- traits
- alias
- bound
- const-traits/effects
- inductive-overflow
- negative-impls
- next-solver
- cycles/coinduction
- diagnostics
- non_lifetime_binders
- suggest-dereferences
- try-block
- try-trait
- type-alias-impl-trait
- typeck
- type
- union
- unsized-locals
- unsized
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
223 files changed
+407
-418
lines changedLines changed: 2 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5105 | 5105 |
| |
5106 | 5106 |
| |
5107 | 5107 |
| |
5108 |
| - | |
5109 |
| - | |
5110 |
| - | |
5111 |
| - | |
5112 |
| - | |
5113 |
| - | |
5114 |
| - | |
5115 |
| - | |
5116 |
| - | |
5117 |
| - | |
5118 |
| - | |
5119 | 5108 |
| |
5120 | 5109 |
| |
5121 | 5110 |
| |
5122 | 5111 |
| |
5123 | 5112 |
| |
5124 | 5113 |
| |
5125 |
| - | |
| 5114 | + | |
5126 | 5115 |
| |
5127 | 5116 |
| |
5128 | 5117 |
| |
5129 | 5118 |
| |
5130 | 5119 |
| |
5131 | 5120 |
| |
5132 | 5121 |
| |
5133 |
| - | |
| 5122 | + | |
5134 | 5123 |
| |
5135 | 5124 |
| |
5136 | 5125 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
0 commit comments