Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mem::conjure_zst for creating ZSTs out of nothing #95385

Closed
wants to merge 3 commits into from

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    80ba6dd View commit details
    Browse the repository at this point in the history
  2. Comment in the implementation that the assert isn't guaranteed.

    This could be made guaranteed in future because it's UB to fail it right now, but the other way would introduce unsoundness, so this is the best way to add it for now.
    scottmcm committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    3563842 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Update library/core/src/mem/mod.rs

    Apply suggestions from code review.
    
    Co-authored-by: kennytm <kennytm@gmail.com>
    scottmcm and kennytm committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d93599e View commit details
    Browse the repository at this point in the history