Fix missing space in lossy provenance cast lint
This commit is contained in:
parent
fbdb10f9fa
commit
1834c21f88
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue