Skip to content

Commit

Permalink
Update crates/libs/bindgen/src/types/cpp_method.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Jan 6, 2025
1 parent 28dbf26 commit b7ccdca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/libs/bindgen/src/types/cpp_method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,8 @@ fn is_param_retval(ty: &Type, param: Param, hint: ParamHint) -> bool {
{
return false;
}
// This is reevaluated to detect unsupported array parameters.
// https://github.com/microsoft/windows-rs/issues/3384
if ParamHint::from_param(param).is_array() {
return false;
}
Expand Down

0 comments on commit b7ccdca

Please sign in to comment.