Delete stray ` character in error message.
This commit is contained in:
parent
1fca1ab0e7
commit
6b99e01162
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ impl<'a, 'tcx> ImproperCTypesVisitor<'a, 'tcx> {
|
|||
|
||||
ty::TyTuple(_) => {
|
||||
FfiUnsafe("found Rust tuple type in foreign module; \
|
||||
consider using a struct instead`")
|
||||
consider using a struct instead")
|
||||
}
|
||||
|
||||
ty::TyRawPtr(ref m) | ty::TyRef(_, ref m) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue