mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
a9f7d19a91
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`