Skip to content

1.0.25

Compare
Choose a tag to compare
@dtolnay dtolnay released this 31 Dec 19:06
· 1641 commits to master since this release
1.0.25
3fab70e
  • Apply symbol visibility attributes to instantiations of Rust generic shims (#612)
  • Propagate doc comments on enum variants into macro output and generated C++ code (#616)
  • Improvements to placement of compiler diagnostics inside of bridge module (#617, #618, #621)
  • Support Rust lint control attributes (allow, warn, deny, forbid) inside of bridge module (#620)
  • Fix CxxVector mutable iteration to work on Pin<&mut CxxVector> (#625)