Skip to content
  • Federico Mena Quintero's avatar
    AcquiredNode.get(): Return a reference, not a cloned Rc<> · 0e3cfd8d
    Federico Mena Quintero authored
    This does two things:
    
    * Makes it more clear that the AcquiredNode must be kept alive while
      the contained node is being used.  The node's Rc could still be
      cloned and used after the AcquiredNode is dropped, but we'll try not
      to do that.
    
    * It breaks the test for 761175-recursive-masks.svg; to fix later.
    0e3cfd8d