Rollup merge of #36405 - solson:typo, r=eddyb

Delete stray ` character in error message.
This commit is contained in:
Manish Goregaokar 2016-09-15 18:16:20 +05:30 committed by GitHub
commit ebef6ad0e4

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