mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-11 21:08:16 +00:00
CTFE: tweak abort-on-uninhabited message Having an "aborted execution:" makes it more consistent with the `Abort` terminator saying "the program aborted execution". Right now, at least one of the two errors will look weird in Miri. r? `@oli-obk`