rust/compiler/rustc_resolve
Adrian Taylor a22130e1e0 Elision: consider lifetimes from &T iff T has Self
Change the algorithm which determines whether a self lifetime can be
used for return type lifetime elision, such that we consider lifetimes
attached to any reference in the self type, so long as Self can be found
anywhere inside the type of that reference.
2024-06-10 08:44:44 +00:00
..
src Elision: consider lifetimes from &T iff T has Self 2024-06-10 08:44:44 +00:00
Cargo.toml Update pulldown-cmark version to 0.9.5 2024-01-29 14:14:03 +01:00
messages.ftl Reorder error messages 2024-04-13 15:11:09 +01:00