We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There is a bit of unsafe code in resolve3, where an unsafe pointer is taken to self and captured in closures.
This should be trivial to fix with explicit self types.