Delete stray ` character in error message.

This commit is contained in:
Scott Olson 2016-09-11 16:45:49 -06:00
parent 1fca1ab0e7
commit 6b99e01162

View File

@ -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) => {