@@ -268,28 +268,28 @@ infer_but_calling_introduces = {$has_param_name ->
268268 [ true ] `{ $param_name } `
269269 *[ false ] `fn` parameter
270270} has { $lifetime_kind ->
271- [ named ] lifetime `{ $lifetime } `
272- *[ anon ] an anonymous lifetime `'_`
273- } but calling `{ assoc_item } ` introduces an implicit `'static` lifetime requirement
271+ [ true ] lifetime `{ $lifetime } `
272+ *[ false ] an anonymous lifetime `'_`
273+ } but calling `{ $ assoc_item} ` introduces an implicit `'static` lifetime requirement
274274 .label1 = { $has_lifetime ->
275- [ named ] lifetime `{ $lifetime } `
276- *[ anon ] an anonymous lifetime `'_`
275+ [ true ] lifetime `{ $lifetime } `
276+ *[ false ] an anonymous lifetime `'_`
277277 }
278278 .label2 = ...is used and required to live as long as `'static` here because of an implicit lifetime bound on the { $has_impl_path ->
279- [ named ] `impl` of `{ $impl_path } `
280- *[ anon ] inherent `impl`
279+ [ true ] `impl` of `{ $impl_path } `
280+ *[ false ] inherent `impl`
281281 }
282282
283283infer_but_needs_to_satisfy = { $has_param_name ->
284284 [ true ] `{ $param_name } `
285285 *[ false ] `fn` parameter
286286} has { $has_lifetime ->
287- [ named ] lifetime `{ $lifetime } `
288- *[ anon ] an anonymous lifetime `'_`
287+ [ true ] lifetime `{ $lifetime } `
288+ *[ false ] an anonymous lifetime `'_`
289289} but it needs to satisfy a `'static` lifetime requirement
290290 .influencer = this data with { $has_lifetime ->
291- [ named ] lifetime `{ $lifetime } `
292- *[ anon ] an anonymous lifetime `'_`
291+ [ true ] lifetime `{ $lifetime } `
292+ *[ false ] an anonymous lifetime `'_`
293293 } ...
294294 .require = { $spans_empty ->
295295 *[ true ] ...is used and required to live as long as `'static` here
@@ -302,8 +302,8 @@ infer_more_targeted = {$has_param_name ->
302302 [ true ] `{ $param_name } `
303303 *[ false ] `fn` parameter
304304} has { $has_lifetime ->
305- [ named ] lifetime `{ $lifetime } `
306- *[ anon ] an anonymous lifetime `'_`
305+ [ true ] lifetime `{ $lifetime } `
306+ *[ false ] an anonymous lifetime `'_`
307307} but calling `{ $ident } ` introduces an implicit `'static` lifetime requirement
308308
309309infer_ril_introduced_here = `'static` requirement introduced here
0 commit comments