Pre-RFC improved ergonomics for `!`
Rust Internals [Unofficial]
May 27, 2026
Something like unreachable_checked!() which expands to:
#[deny(unfulfilled_lint_expectations)]
{
#[expect(unreachable_code)]
unreachable!()
}
??
Discussion in the ATmosphere