./miri run fails on a bunch of our test files since they require a newer edition. Maybe we should add --edition 2021 or so to the flags (matching the edition used for our tests)? This does mean users cannot set an edition themselves any more, but that should rarely be required. (And we could also inhibit this flag if we see a user-passed --edition.)