mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

change `.unwrap()` to `?` on write where `fmt::Result` is returned Fixes #120090 which points out that some of the `.unwrap()`s in `rustc_middle/src/mir/pretty.rs` are likely meant to be `?`s