Skip to content

Commit 6065c3e

Browse files
committed
fix(fmt): reformat
1 parent 7d7a531 commit 6065c3e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/binary_analysis/build_error.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ pub fn build_error_detection<'tcx, 'obj>(cx: &AnalysisCtxt<'tcx>, file: &File<'o
114114
}
115115

116116
let result: Result<_, super::dwarf::Error> = try {
117-
// Try to recover line information from DWARF. This may not succeed if LLVM
118-
// merged code from multiple call sites.
119-
//
120-
// If this happens there's no easy way to determine which inlined call sites
121-
// triggered this. We *could* attempt some more advanced heuristics, e.g.
122-
// reconstruct the control flow from assembly and then find the predecessor
123-
// blocks that lead to this, but there'll be no way of determining for sure.
117+
// Try to recover line information from DWARF. This may not succeed if LLVM
118+
// merged code from multiple call sites.
119+
//
120+
// If this happens there's no easy way to determine which inlined call sites
121+
// triggered this. We *could* attempt some more advanced heuristics, e.g.
122+
// reconstruct the control flow from assembly and then find the predecessor
123+
// blocks that lead to this, but there'll be no way of determining for sure.
124124
let loc = loader.locate(section.index(), offset)?.ok_or(
125125
super::dwarf::Error::UnexpectedDwarf("cannot find line number info"),
126126
)?;

0 commit comments

Comments
 (0)