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
Closures actually make this simpler, because they enforce stack discipline. Switching to RAII will involve using a counter instead of just pushing/popping one layer of state so we'll need to take a close look at the performance.
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
Closures actually make this simpler, because they enforce stack discipline. Switching to RAII will involve using a counter instead of just pushing/popping one layer of state so we'll need to take a close look at the performance.
The text was updated successfully, but these errors were encountered: