Fix typo in backend crate

This commit is contained in:
xeqlol 2018-06-26 13:17:40 +05:00
parent 947dfbeae0
commit 2028efa76f

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());