Skip to content

Commit 37f6eb7

Browse files
committed
location on other line
1 parent c61064c commit 37f6eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn main() {
103103
),
104104
None => format!("{}", module.path.display()),
105105
};
106-
error_messages.push(format!("{location}: {err}"));
106+
error_messages.push(format!("{location}:\n\n{err}"));
107107
}
108108
}
109109

0 commit comments

Comments
 (0)