Skip to content

Commit ebef6ad

Browse files
authored
Rollup merge of rust-lang#36405 - solson:typo, r=eddyb
Delete stray ` character in error message.
2 parents 7268501 + 6b99e01 commit ebef6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ impl<'a, 'tcx> ImproperCTypesVisitor<'a, 'tcx> {
569569

570570
ty::TyTuple(_) => {
571571
FfiUnsafe("found Rust tuple type in foreign module; \
572-
consider using a struct instead`")
572+
consider using a struct instead")
573573
}
574574

575575
ty::TyRawPtr(ref m) | ty::TyRef(_, ref m) => {

0 commit comments

Comments
 (0)