On Sun, Jul 12, 2015 at 10:45 PM, Nicholas Nethercote < [email protected]> wrote:
> On Thu, Jul 9, 2015 at 7:01 PM, Jeff Gilbert <[email protected]> wrote: > > > > Arguments have the same lifetimes as locals, and the only exceptions to > > this apply to both args and locals. (references and pointers) > > Maybe I've misunderstood what you're saying here, but locals are > frequently block-scoped which gives them a different lifetime to args. > Right, args have lifetimes of function-block-scope locals. _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

