This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit f69f6e0
File tree
98 files changed
+755
-253
lines changed- compiler
- rustc_const_eval/src/transform/check_consts
- rustc_hir_analysis/src
- astconv
- check
- rustc_hir_typeck/src/method
- rustc_lint/src
- rustc_middle/src/ty
- rustc_passes/src
- rustc_session
- src
- rustc_trait_selection/src/traits/error_reporting
- src/librustdoc/passes
- tests/ui
- const-generics
- adt_const_params
- generic_const_exprs
- issues
- min_const_generics
- std
- type-dependent
- consts
- control-flow
- cross
- feature-gates
- generic-const-items
- impl-trait
- inference
- issues
- lifetimes
- never_type
- parser
- issues
- resolve
- rfcs/rfc-2632-const-trait-impl
- specialization
- defaultimpl
- trait-bounds
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
98 files changed
+755
-253
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
304 | 306 |
| |
305 | 307 |
| |
306 | 308 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
|
0 commit comments