Commit 5e4603f
committed
Auto merge of rust-lang#49255 - cramertj:stable-impl-trait, r=nikomatsakis
Stabilize impl Trait
Blocked on:
- [x] rust-lang#49041 and
- [ ] completion of FCP in rust-lang#34511 (comment) (3 days from now).
I have not yet done any docs work for this-- I probably won't get to it until this weekend (might be a project for the flight to the all-hands).88 files changed
Lines changed: 72 additions & 343 deletions
File tree
- src
- doc/unstable-book/src/language-features
- libcore/tests
- librustc_data_structures
- librustc_errors
- librustc_incremental
- librustc_metadata
- librustc_mir
- librustc_trans_utils
- librustc_trans
- librustc_typeck
- librustc
- hir
- libsyntax
- test
- compile-fail
- impl-trait
- incremental/hashes
- run-pass
- generator
- auxiliary
- impl-trait
- auxiliary
- rustdoc
- ui
- error-codes
- impl-trait
- in-band-lifetimes
- nll/ty-outlives
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 66 deletions
This file was deleted.
Lines changed: 0 additions & 32 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1789 | 1789 | | |
1790 | 1790 | | |
1791 | 1791 | | |
1792 | | - | |
1793 | | - | |
1794 | 1792 | | |
1795 | 1793 | | |
1796 | 1794 | | |
| |||
1804 | 1802 | | |
1805 | 1803 | | |
1806 | 1804 | | |
1807 | | - | |
1808 | | - | |
1809 | 1805 | | |
1810 | 1806 | | |
1811 | 1807 | | |
| |||
2081 | 2077 | | |
2082 | 2078 | | |
2083 | 2079 | | |
2084 | | - | |
2085 | | - | |
2086 | 2080 | | |
2087 | 2081 | | |
2088 | 2082 | | |
| |||
2109 | 2103 | | |
2110 | 2104 | | |
2111 | 2105 | | |
2112 | | - | |
2113 | | - | |
2114 | 2106 | | |
2115 | 2107 | | |
2116 | 2108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1108 | 1108 | | |
1109 | 1109 | | |
1110 | 1110 | | |
1111 | | - | |
1112 | 1111 | | |
1113 | 1112 | | |
1114 | 1113 | | |
1115 | | - | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
1124 | | - | |
1125 | 1114 | | |
1126 | 1115 | | |
1127 | 1116 | | |
| |||
1143 | 1132 | | |
1144 | 1133 | | |
1145 | 1134 | | |
1146 | | - | |
1147 | | - | |
1148 | | - | |
1149 | | - | |
1150 | | - | |
1151 | | - | |
1152 | | - | |
1153 | | - | |
1154 | | - | |
1155 | | - | |
1156 | | - | |
1157 | 1135 | | |
1158 | 1136 | | |
1159 | 1137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments