You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#92064 - matthiaskrgr:rollup-tgj2pai, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#91858 (pass -Wl,-z,origin to set DF_ORIGIN when using rpath)
- rust-lang#91923 (Remove `in_band_lifetimes` from `rustc_query_impl`)
- rust-lang#91925 (Remove `in_band_lifetimes` from `rustc_privacy`)
- rust-lang#91977 (Clean up search code and unify function returned values)
- rust-lang#92018 (Fix typo in "new region bound" suggestion)
- rust-lang#92022 (Eliminate duplicate codes of expected_found_bool)
- rust-lang#92032 (hir: Do not introduce dummy type names for `extern` blocks in def paths)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
| hidden type `Map<std::slice::Iter<'_, (u32, u32)>, [closure@$DIR/static-return-lifetime-infered.rs:9:27: 9:34]>` captures the anonymous lifetime defined here
8
8
|
9
-
help: to declare that the `impl Trait` captures '_, you can add an explicit `'_` lifetime bound
9
+
help: to declare that the `impl Trait` captures `'_`, you can add an explicit `'_` lifetime bound
| hidden type `Map<std::slice::Iter<'_, (u32, u32)>, [closure@$DIR/static-return-lifetime-infered.rs:9:27: 9:34]>` captures the anonymous lifetime defined here
21
21
|
22
-
help: to declare that the `impl Trait` captures '_, you can add an explicit `'_` lifetime bound
22
+
help: to declare that the `impl Trait` captures `'_`, you can add an explicit `'_` lifetime bound
| hidden type `Map<std::slice::Iter<'a, (u32, u32)>, [closure@$DIR/static-return-lifetime-infered.rs:14:27: 14:34]>` captures the lifetime `'a` as defined here
34
34
|
35
-
help: to declare that the `impl Trait` captures 'a, you can add an explicit `'a` lifetime bound
35
+
help: to declare that the `impl Trait` captures `'a`, you can add an explicit `'a` lifetime bound
| hidden type `Map<std::slice::Iter<'a, (u32, u32)>, [closure@$DIR/static-return-lifetime-infered.rs:14:27: 14:34]>` captures the lifetime `'a` as defined here
47
47
|
48
-
help: to declare that the `impl Trait` captures 'a, you can add an explicit `'a` lifetime bound
48
+
help: to declare that the `impl Trait` captures `'a`, you can add an explicit `'a` lifetime bound
| hidden type `&ReFree(DefId(0:8 ~ impl_trait_captures[HASH]::foo), BrAnon(0)) T` captures the anonymous lifetime defined here
8
8
|
9
-
help: to declare that the `impl Trait` captures ReFree(DefId(0:8 ~ impl_trait_captures[HASH]::foo), BrAnon(0)), you can add an explicit `ReFree(DefId(0:8 ~ impl_trait_captures[HASH]::foo), BrAnon(0))` lifetime bound
9
+
help: to declare that the `impl Trait` captures `ReFree(DefId(0:8 ~ impl_trait_captures[HASH]::foo), BrAnon(0))`, you can add an explicit `ReFree(DefId(0:8 ~ impl_trait_captures[HASH]::foo), BrAnon(0))` lifetime bound
0 commit comments