External Publication
Visit Post

Pre-RFC improved ergonomics for `!`

Rust Internals [Unofficial] May 27, 2026
Source

Something like unreachable_checked!() which expands to:

#[deny(unfulfilled_lint_expectations)]
{
    #[expect(unreachable_code)]
    unreachable!()
}

??

Discussion in the ATmosphere

Loading comments...