Fix missing line/col info in warning message
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ pub fn parse_stat_labels(stat: &Stat) -> (ParsedStat, Vec<CompileMessage>) {
|
|||||||
file_path: None,
|
file_path: None,
|
||||||
board: None,
|
board: None,
|
||||||
stat: None,
|
stat: None,
|
||||||
span: None,
|
span: Some(cap.span()),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user