Pre-RFC for Improved Ergonomics of `!` in Rust
A pre-RFC has been proposed to improve the ergonomics of the `!` type in Rust. This proposal suggests implicit conversions where safe, enhancing the usability of `!` in various contexts. The change aims to make code involving `!` more intuitive and less error-prone, potentially simplifying patterns where `!` is currently cumbersome. This could lead to cleaner, more maintainable Rust code, especially in error handling scenarios.