Fix lonely backtick
This commit is contained in:
parent
2e7244807a
commit
d152d48727
1 changed files with 1 additions and 1 deletions
|
|
@ -919,7 +919,7 @@ impl<'a, 'tcx> CrateMetadata {
|
|||
self.entry_unless_proc_macro(id)
|
||||
.and_then(|entry| entry.mir.map(|mir| mir.decode((self, tcx))))
|
||||
.unwrap_or_else(|| {
|
||||
bug!("get_optimized_mir: missing MIR for `{:?}", self.local_def_id(id))
|
||||
bug!("get_optimized_mir: missing MIR for `{:?}`", self.local_def_id(id))
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue