This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
34 files changed
+60
-82
lines changed- compiler
- rustc_const_eval/src/check_consts
- rustc_data_structures/src
- rustc_error_messages/src
- rustc_feature/src
- rustc_hir_analysis/src
- rustc_interface/src
- rustc_lint_defs/src
- rustc_session/src
- library
- core
- src
- cell
- tests
- std/src
- sync
- src
- librustdoc
- tools/clippy
- clippy_dev/src
- src
- tests
- tests/ui
- borrowck
- consts
- issues
- lint
- parser/issues
- rfcs/rfc-2632-const-trait-impl
- statics
- static
34 files changed
+60
-82
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
312 |
| - | |
| 312 | + | |
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 | 27 |
| |
29 | 28 |
| |
30 | 29 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 | 71 |
| |
73 | 72 |
| |
74 | 73 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
|
Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1316 | 1316 |
| |
1317 | 1317 |
| |
1318 | 1318 |
| |
1319 |
| - | |
1320 |
| - | |
1321 |
| - | |
1322 |
| - | |
| 1319 | + | |
| 1320 | + | |
1323 | 1321 |
| |
1324 | 1322 |
| |
1325 | 1323 |
| |
| |||
1334 | 1332 |
| |
1335 | 1333 |
| |
1336 | 1334 |
| |
1337 |
| - | |
1338 |
| - | |
1339 |
| - | |
| 1335 | + | |
1340 | 1336 |
| |
1341 | 1337 |
| |
1342 | 1338 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 |
| - | |
| 248 | + | |
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
|
Lines changed: 7 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
| |||
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
39 |
| - | |
| 37 | + | |
40 | 38 |
| |
41 | 39 |
| |
42 | 40 |
| |
| |||
47 | 45 |
| |
48 | 46 |
| |
49 | 47 |
| |
50 |
| - | |
51 |
| - | |
52 | 48 |
| |
53 | 49 |
| |
54 | 50 |
| |
| |||
58 | 54 |
| |
59 | 55 |
| |
60 | 56 |
| |
61 |
| - | |
| 57 | + | |
| 58 | + | |
62 | 59 |
| |
63 | 60 |
| |
64 | 61 |
| |
| |||
70 | 67 |
| |
71 | 68 |
| |
72 | 69 |
| |
73 |
| - | |
74 | 70 |
| |
75 | 71 |
| |
76 | 72 |
| |
| |||
99 | 95 |
| |
100 | 96 |
| |
101 | 97 |
| |
102 |
| - | |
103 |
| - | |
104 | 98 |
| |
105 | 99 |
| |
106 | 100 |
| |
| |||
109 | 103 |
| |
110 | 104 |
| |
111 | 105 |
| |
112 |
| - | |
| 106 | + | |
113 | 107 |
| |
114 | 108 |
| |
115 | 109 |
| |
| |||
173 | 167 |
| |
174 | 168 |
| |
175 | 169 |
| |
176 |
| - | |
| 170 | + | |
177 | 171 |
| |
178 | 172 |
| |
179 | 173 |
| |
| |||
182 | 176 |
| |
183 | 177 |
| |
184 | 178 |
| |
185 |
| - | |
| 179 | + | |
186 | 180 |
| |
187 | 181 |
| |
188 | 182 |
| |
| |||
191 | 185 |
| |
192 | 186 |
| |
193 | 187 |
| |
194 |
| - | |
| 188 | + | |
195 | 189 |
| |
196 | 190 |
| |
197 | 191 |
| |
|
0 commit comments