Merge pull request #319 from xeqlol/backend-crate-typo-fix

Fix typo in backend crate
This commit is contained in:
Nick Fitzgerald 2018-06-26 10:27:43 -07:00 committed by GitHub
commit 1326255fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,7 +583,7 @@ impl ToTokens for ast::ImportFunction {
subpat: None,
..
}) => ident.clone(),
_ => panic!("unsupoported pattern in foreign function"),
_ => panic!("unsupported pattern in foreign function"),
};
abi_argument_names.push(name.clone());