1
Fork 0

Use a better link

This commit is contained in:
Hankai Zhang 2023-06-10 14:46:11 -04:00
parent e5fccf927d
commit 6336da9a75
6 changed files with 9 additions and 9 deletions

View file

@ -158,7 +158,7 @@ pub(crate) fn emit_unescape_error(
diag.help(
"for more information, visit \
<https://doc.rust-lang.org/stable/reference/expressions/literal-expr.html>",
<https://doc.rust-lang.org/reference/tokens.html#literals>",
);
}
diag.emit();