1
Fork 0

Fix missing space in lossy provenance cast lint

This commit is contained in:
niluxv 2022-04-09 17:39:07 +02:00
parent fbdb10f9fa
commit 1834c21f88
2 changed files with 3 additions and 3 deletions

View file

@ -1012,7 +1012,7 @@ impl<'a, 'tcx> CastCheck<'tcx> {
err.help(msg);
}
err.help(
"if you can't comply with strict provenance and need to expose the pointer\
"if you can't comply with strict provenance and need to expose the pointer \
provenance you can use `.expose_addr()` instead"
);