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
In particular, let's break apart the items for `pin!` and
`format_args!` so we can be specific about which argument positions
are extending expressions.
Let's drop the section that talks about these macros creating
temporaries. They do, but that's an internal detail. The important
part as it pertains to this rule is that these argument positions are
extending expressions, which means that a borrow in this position is
extending, which means that "the operand of any extending borrow
expression has its temporary scope extended".
0 commit comments