Skip to content

0.3.4

Choose a tag to compare

@dtolnay dtolnay released this 22 May 18:21
· 3658 commits to master since this release
0.3.4
57d3c68
  • Fix noncompilable C++ code generated for an extern C++ member function with no args and a Result return type (#210, thanks @myronahn)
  • Add noexcept to some rust::Slice<T> and rust::Vec<T> member functions