Commit de546aa
committed
Auto merge of rust-lang#147235 - matthiaskrgr:rollup-a0es1x9, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#146593 (Allow specifying multiple bounds for same associated item, except in trait objects)
- rust-lang#147177 ([DebugInfo] Fix MSVC tuple child creation)
- rust-lang#147195 (iter repeat: add tests for new count and last behavior)
- rust-lang#147202 (Swap order of `resolve_coroutine_interiors` and `handle_opaque_type_uses`)
- rust-lang#147204 (Refactor ArrayWindows to use a slice)
- rust-lang#147219 (Add proper error handling for closure in impl)
- rust-lang#147226 (include `outer_inclusive_binder` of pattern types)
- rust-lang#147230 (Fix typo in 'unfulfilled_lint_expectation' to plural)
r? `@ghost`
`@rustbot` modify labels: rollup2 files changed
+33
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2203 | 2203 | | |
2204 | 2204 | | |
2205 | 2205 | | |
2206 | | - | |
2207 | | - | |
2208 | | - | |
| 2206 | + | |
2209 | 2207 | | |
2210 | 2208 | | |
2211 | 2209 | | |
2212 | 2210 | | |
2213 | 2211 | | |
2214 | | - | |
2215 | | - | |
| 2212 | + | |
2216 | 2213 | | |
2217 | 2214 | | |
2218 | 2215 | | |
| |||
2222 | 2219 | | |
2223 | 2220 | | |
2224 | 2221 | | |
2225 | | - | |
2226 | | - | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
2227 | 2225 | | |
2228 | | - | |
2229 | | - | |
2230 | | - | |
2231 | | - | |
2232 | | - | |
2233 | | - | |
2234 | | - | |
2235 | | - | |
2236 | | - | |
| 2226 | + | |
2237 | 2227 | | |
2238 | 2228 | | |
2239 | 2229 | | |
2240 | 2230 | | |
2241 | | - | |
| 2231 | + | |
| 2232 | + | |
2242 | 2233 | | |
2243 | 2234 | | |
2244 | 2235 | | |
2245 | 2236 | | |
2246 | | - | |
| 2237 | + | |
2247 | 2238 | | |
2248 | 2239 | | |
2249 | 2240 | | |
2250 | 2241 | | |
2251 | | - | |
2252 | | - | |
2253 | | - | |
2254 | | - | |
2255 | | - | |
2256 | | - | |
2257 | | - | |
2258 | | - | |
2259 | | - | |
2260 | | - | |
2261 | | - | |
2262 | | - | |
| 2242 | + | |
| 2243 | + | |
| 2244 | + | |
2263 | 2245 | | |
2264 | 2246 | | |
2265 | 2247 | | |
2266 | | - | |
2267 | | - | |
| 2248 | + | |
| 2249 | + | |
2268 | 2250 | | |
2269 | 2251 | | |
2270 | 2252 | | |
2271 | 2253 | | |
2272 | 2254 | | |
2273 | 2255 | | |
2274 | 2256 | | |
2275 | | - | |
2276 | | - | |
| 2257 | + | |
| 2258 | + | |
| 2259 | + | |
2277 | 2260 | | |
2278 | | - | |
2279 | | - | |
2280 | | - | |
2281 | | - | |
| 2261 | + | |
2282 | 2262 | | |
2283 | 2263 | | |
2284 | 2264 | | |
2285 | 2265 | | |
2286 | | - | |
2287 | | - | |
2288 | | - | |
2289 | | - | |
2290 | | - | |
2291 | | - | |
2292 | | - | |
2293 | | - | |
| 2266 | + | |
| 2267 | + | |
| 2268 | + | |
2294 | 2269 | | |
2295 | 2270 | | |
2296 | 2271 | | |
2297 | 2272 | | |
2298 | 2273 | | |
2299 | 2274 | | |
2300 | | - | |
| 2275 | + | |
2301 | 2276 | | |
2302 | 2277 | | |
2303 | 2278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
33 | 44 | | |
34 | 45 | | |
35 | 46 | | |
| |||
0 commit comments