File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
compiler/rustc_mir_transform/src/coverage Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ impl CoverageSpans {
6565/// `dominates()` the `BasicBlock`s in this `CoverageSpan`.
6666#[ derive( Debug , Clone ) ]
6767struct CoverageSpan {
68- pub span : Span ,
69- pub expn_span : Span ,
70- pub current_macro_or_none : OnceCell < Option < Symbol > > ,
71- pub bcb : BasicCoverageBlock ,
68+ span : Span ,
69+ expn_span : Span ,
70+ current_macro_or_none : OnceCell < Option < Symbol > > ,
71+ bcb : BasicCoverageBlock ,
7272 /// List of all the original spans from MIR that have been merged into this
7373 /// span. Mainly used to precisely skip over gaps when truncating a span.
74- pub merged_spans : Vec < Span > ,
75- pub is_closure : bool ,
74+ merged_spans : Vec < Span > ,
75+ is_closure : bool ,
7676}
7777
7878impl CoverageSpan {
You can’t perform that action at this time.
0 commit comments