Fix missing line/col info in warning message

This commit is contained in:
2025-06-29 01:47:19 -07:00
parent 1deccaf9c8
commit 51efcdec18
+1 -1
View File
@@ -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()),
}, },
}); });
} }