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
exit() method from Listenable trait is not implemented for labeled contexts. As a result, fn exit_or(&mut self, _ctx: &OrContext<'a>) not being called when walking the generated tree :(
It appears to be harder to fix than it looks. For now as a workaround you can enable visitor generation(-visitor argument), it seems to also generate correct Listenable implementation with it.
exit()
method fromListenable
trait is not implemented for labeled contexts. As a result,fn exit_or(&mut self, _ctx: &OrContext<'a>)
not being called when walking the generated tree :(See also impl<'input, 'a> Listenable<dyn LabelsListener<'input> + 'a> for AddContext<'input>
The text was updated successfully, but these errors were encountered: