asomers / mockall

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

Fix mocking functions that use raw identifiers for their names. #534

Closed asomers closed 10 months ago

asomers commented 10 months ago

This was a regression in 0.12.0, introduced by 60acf8e .

Fixes #533

asomers commented 10 months ago

@tim3z could you test please?

tim3z commented 10 months ago

Works like a charm, both in the minimal example and the full project I encountered that bug. Thanks for the super quick response!