.unwrap()
when expecting fmt::Result
#120090
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Reading the compiler code (specifically the one responsible for mir output) I found these
.unwrap()
s where probably expected?
.rust/compiler/rustc_middle/src/mir/pretty.rs
Lines 1119 to 1122 in 6ae4cfb
The text was updated successfully, but these errors were encountered: