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
Copy file name to clipboardExpand all lines: compiler/rustc_infer/messages.ftl
+5
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,8 @@ infer_outlives_content = lifetime of reference outlives lifetime of borrowed con
225
225
infer_precise_capturing_existing = add `{$new_lifetime}` to the `use<...>` bound to explicitly capture it
226
226
infer_precise_capturing_new = add a `use<...>` bound to explicitly capture `{$new_lifetime}`
227
227
228
+
infer_precise_capturing_new_but_apit = add a `use<...>` bound to explicitly capture `{$new_lifetime}` after turning all argument-position `impl Trait` into type parameters, noting that this possibly affects the API of this crate
229
+
228
230
infer_prlf_defined_with_sub = the lifetime `{$sub_symbol}` defined here...
229
231
infer_prlf_defined_without_sub = the lifetime defined here...
230
232
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)
infer_types_declared_different = these two types are declared with different lifetimes...
392
+
393
+
infer_warn_removing_apit_params = you could use a `use<...>` bound to explicitly capture `{$new_lifetime}`, but argument-position `impl Trait`s are not nameable
394
+
390
395
infer_where_copy_predicates = copy the `where` clause predicates from the trait
0 commit comments