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.
1 parent c2be91e commit 7843404Copy full SHA for 7843404
src/librustc_trans/save/span_utils.rs
@@ -33,6 +33,7 @@ impl<'a> SpanUtils<'a> {
33
}
34
35
// Standard string for extents/location.
36
+ #[rustfmt_skip]
37
pub fn extent_str(&self, span: Span) -> String {
38
let lo_loc = self.sess.codemap().lookup_char_pos(span.lo);
39
let hi_loc = self.sess.codemap().lookup_char_pos(span.hi);
0 commit comments