asomers / mockall

A powerful mock object library for Rust
Apache License 2.0
1.5k stars 62 forks source link

[mockall-derive] Fix returning trait object reference for `Box<dyn T>` not implementing `T` #380

Closed onalante-msft closed 2 years ago

onalante-msft commented 2 years ago

Continuation of #364. Resolves #363.

onalante-msft commented 2 years ago

@asomers Rebased and incorporated suggestions, should be ready for follow-up review.[^0]

[^0]: Sorry about the ping.

asomers commented 2 years ago

Looks good! Would you mind squashing the commits?

onalante-msft commented 2 years ago

Sure, one moment...