Miri does not get entirely unleashed #71630
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-miri
Area: The miri tool
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I tried this code on nightly with
-Zunleash-the-miri-inside-of-you
:I expected that that should try to mutate a global, and show an error along those lines. But instead, const-checking gets in the way, even though "unleash Miri" should disable that:
The text was updated successfully, but these errors were encountered: