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
There is not a lot of ways to use the path to a supposedly temporary filesystem entry correctly without some RAII'd logic to remove the entry in the case of failure. Pretty much all callers have to use finally, which I gather we aren't too happy with because of rightwards drift, or roll their own RAII, which seems like it could be provided out of the box.
The text was updated successfully, but these errors were encountered:
Fix `explicit_auto_deref` fp
fixesrust-lang#9763fixesrust-lang#9811
changelog: `explicit_auto_deref`: Don't lint when the target type is a projection with generic arguments
There is not a lot of ways to use the path to a supposedly temporary filesystem entry correctly without some RAII'd logic to remove the entry in the case of failure. Pretty much all callers have to use
finally
, which I gather we aren't too happy with because of rightwards drift, or roll their own RAII, which seems like it could be provided out of the box.The text was updated successfully, but these errors were encountered: