mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
quotes to make error stand out
This commit is contained in:
parent
f8216d6c5f
commit
d83f23928e
1 changed files with 2 additions and 2 deletions
|
@ -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."#),
|
||||
]),
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue