mozilla / cbindgen

A project for generating C bindings from Rust code
Mozilla Public License 2.0
2.43k stars 314 forks source link

ir: add support for UnsafeCell and SyncUnsafeCell #1003

Closed alekitto closed 3 weeks ago

alekitto commented 2 months ago

fixes #1002

emilio commented 3 weeks ago

Thanks for the fix, and specially thanks for including a test!