asomers / mockall

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

Fix mock! with pub functions that have attrs with syn-2.0.9 #486

Closed asomers closed 1 year ago

asomers commented 1 year ago

Starting with syn 2.0.9, attempting to use an attribute on a non-private method would fail with a syntax error "expected fn".

Also, rename tim2iif to tif2iif. This should've been part of the syn-2.0.0 conversion.