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 noticed this rustc improvement in the "this week in rust" newsletter: rust-lang/rust#117727
Apparently it decreased compile times by ~5%. We should do the same in derive_more. Some derives already do this, but at least Debug doesn't afaict. Probably some others too.