borrowing_field.rs |
Tools for traversing all borrows in method parameters and return types, transitively
This is useful for backends which wish to "splat out" lifetime edge codegen for methods,
linking each borrowed input param/field (however deep it may be in a struct) to a borrowed output param/field. |
12841 |