This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
71 files changed
+687
-303
lines changed- compiler
- rustc_ast/src
- rustc_hir_analysis/src/variance
- rustc_hir_typeck/src
- rustc_lint
- src
- rustc_middle/src/traits
- rustc_parse/src/parser
- rustc_span/src
- rustc_trait_selection/src/error_reporting/traits
- library
- alloc
- core/src
- ffi
- std
- src
- doc/rustc/src/platform-support
- librustdoc/html/static/js
- tools/linkchecker
- tests
- rustdoc-js-std
- ui
- delegation
- dst
- error-codes
- extern
- impl-trait
- in-trait
- issues
- lint
- parser
- attribute
- issues
- sized
- suggestions
- type-alias-impl-trait
- unsized
- variance
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+687
-303
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2902 | 2902 |
| |
2903 | 2903 |
| |
2904 | 2904 |
| |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
| 2914 | + | |
| 2915 | + | |
2905 | 2916 |
| |
2906 | 2917 |
| |
2907 | 2918 |
| |
|
Lines changed: 24 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 |
| - | |
3 |
| - | |
| 4 | + | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
6 | 26 |
| |
7 | 27 |
| |
8 | 28 |
| |
9 | 29 |
| |
10 | 30 |
| |
11 |
| - | |
12 |
| - | |
13 | 31 |
| |
14 | 32 |
| |
15 |
| - | |
| 33 | + | |
16 | 34 |
| |
17 | 35 |
| |
18 | 36 |
| |
| |||
22 | 40 |
| |
23 | 41 |
| |
24 | 42 |
| |
25 |
| - | |
26 |
| - | |
27 | 43 |
| |
28 | 44 |
| |
29 |
| - | |
| 45 | + | |
30 | 46 |
| |
31 | 47 |
| |
32 | 48 |
|
0 commit comments