Closed
Description
With rust-lang/rust#66294 landed, argument-less const fn
get memoized even when run in Miri. I am pretty sure that is wrong as they can (certainly through unsafe code, once that is allowed) have arbitrary side-effects.
With rust-lang/rust#66294 landed, argument-less const fn
get memoized even when run in Miri. I am pretty sure that is wrong as they can (certainly through unsafe code, once that is allowed) have arbitrary side-effects.