We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f80656c + d152d48 commit 1ac1407Copy full SHA for 1ac1407
src/librustc_metadata/decoder.rs
@@ -919,7 +919,7 @@ impl<'a, 'tcx> CrateMetadata {
919
self.entry_unless_proc_macro(id)
920
.and_then(|entry| entry.mir.map(|mir| mir.decode((self, tcx))))
921
.unwrap_or_else(|| {
922
- bug!("get_optimized_mir: missing MIR for `{:?}", self.local_def_id(id))
+ bug!("get_optimized_mir: missing MIR for `{:?}`", self.local_def_id(id))
923
})
924
}
925
0 commit comments