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
Auto merge of #127665 - workingjubilee:rollup-g90yr21, r=workingjubilee
Rollup of 11 pull requests
Successful merges:
- #126502 (Ignore allocation bytes in some mir-opt tests)
- #126922 (add lint for inline asm labels that look like binary)
- #127209 (Added the `xop` target-feature and the `xop_target_feature` feature gate)
- #127310 (Fix import suggestion ice)
- #127338 (Migrate `extra-filename-with-temp-outputs` and `issue-85019-moved-src-dir` `run-make` tests to rmake)
- #127381 (Migrate `issue-83045`, `rustc-macro-dep-files` and `env-dep-info` `run-make` tests to rmake)
- #127535 (Fire unsafe_code lint on unsafe extern blocks)
- #127619 (Suggest using precise capturing for hidden type that captures region)
- #127631 (Remove `fully_normalize`)
- #127632 (Implement `precise_capturing` support for rustdoc)
- #127660 (Rename the internal `const_strlen` to just `strlen`)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: compiler/rustc_infer/messages.ftl
+4
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,10 @@ infer_opaque_hidden_type =
221
221
222
222
infer_outlives_bound = lifetime of the source pointer does not outlive lifetime bound of the object type
223
223
infer_outlives_content = lifetime of reference outlives lifetime of borrowed content...
224
+
225
+
infer_precise_capturing_existing = add `{$new_lifetime}` to the `use<...>` bound to explicitly capture it
226
+
infer_precise_capturing_new = add a `use<...>` bound to explicitly capture `{$new_lifetime}`
227
+
224
228
infer_prlf_defined_with_sub = the lifetime `{$sub_symbol}` defined here...
225
229
infer_prlf_defined_without_sub = the lifetime defined here...
226
230
infer_prlf_known_limitation = this is a known limitation that will be removed in the future (see issue #100013 <https://github.com./rust-lang/rust/issues/100013> for more information)
0 commit comments