Merge branch 'plugins_dev' of https://github.com/schungx/rhai into plugins_dev

This commit is contained in:
Stephen Chung 2020-09-20 14:25:31 +08:00
commit d8d3b52d64

View File

@ -666,7 +666,8 @@ impl ExportedFn {
is_string = true; is_string = true;
is_ref = false; is_ref = false;
quote_spanned!(arg_type.span()=> quote_spanned!(arg_type.span()=>
mem::take(args[#i]).take_string().unwrap()) mem::take(args[#i])
.clone().cast::<#arg_type>())
} }
_ => { _ => {
is_string = false; is_string = false;