mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-22 23:27:16 +00:00
This suppresses warnings on things like `Result<(), !>`, which helps simplify code using the common pattern of having an `Error` associated type: code will only have to check the error if there is a possibility of error.