Do not use unicode character in diagnostic help

This commit is contained in:
Esteban Küber
2018-12-31 09:44:54 -08:00
parent b416f1398f
commit 30961c958d
2 changed files with 4 additions and 4 deletions

View File

@@ -971,7 +971,7 @@ impl<'a> StringReader<'a> {
} else {
err.span_help(
span,
"format of unicode escape sequences is `\\u{}`",
"format of unicode escape sequences is `\\u{...}`",
);
}
err.emit();