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
I've fixed this in my uv-rewrite branch. In my rewrite you also get a much clearer error (so we'll know exactly when this happens). This is actually a cause of a race condition as implemented today, but has a terrible error.
When a channel is destroyed, it may attempt scheduler operations which could
move a task off of it's I/O scheduler. This is obviously a bad interaction, and
some finesse is required to make it work (making destructors run at the right
time).
Closes#10375
Do not suggest using Self in const generic parameters
Fixesrust-lang#10371
changelog: FP: [`use_self`]: do not suggest using `Self` in const generic parameters
The following code sometimes causes a weird failure on exit. The error:
The code:
The text was updated successfully, but these errors were encountered: