Skip to content

1.0.40

Compare
Choose a tag to compare
@dtolnay dtolnay released this 28 Mar 08:27
· 1264 commits to master since this release
1.0.40
fdbb2f8
  • Permit C++ to safely construct an empty Rust slice using a null data pointer (#789)
  • Debug assert that nonempty slices are not constructed with a null data ptr from C++ (#788)
  • Fix a missing stdexcept #include for code containing Rust slices or vectors (#791)