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
fix(core): don't inline the inner functions of const_for_times!
Implements a work-around for infinite recursion in the MIR inliner
([rust-lang/rust#100476][1]).
Since they are only called at compile time, this change will not cause
a runtime performance or code size regression.
[1]: rust-lang/rust#100476
0 commit comments