quotes to make error stand out

This commit is contained in:
Anton-4 2022-09-23 18:35:54 +02:00
parent f8216d6c5f
commit d83f23928e
No known key found for this signature in database
GPG key ID: A13F4A6E21141925

View file

@ -5648,9 +5648,9 @@ fn to_file_problem_report(filename: &Path, error: io::ErrorKind) -> String {
.parser_suggestion(filename.to_str().unwrap())
.indent(4),
alloc.concat([
alloc.reflow(r"But ran into a "),
alloc.reflow(r#"But ran into a ""#),
alloc.text(formatted),
alloc.reflow(r" problem."),
alloc.reflow(r#"" problem."#),
]),
]);