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
If rust PR #66294 lands then evaluation of `const fn` with no arguments
will be memoized. This breaks the purpose of the tests in ctfe-stress-3,
so this PR changes to a new ctfe-stress-test-4 which is identical save
that the const functions now take a dummy u32 argument to avoid memoization.
0 commit comments