Open
Description
Currently only the creation of a tag triggers tracking, not disabling one.
This likely requires threading the &Machine
all the way to perform_access
. Stacked Borrows does this with its DiagnosticCxBuilder
/DiagnosticCx
; it would probably make sense for Tree Borrows to follow a similar approach.