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

Expand set_ptr_value / with_metadata_of docs #131339

Merged
merged 2 commits into from
Oct 15, 2024

Commits on Oct 6, 2024

  1. Expand set_ptr_value / with_metadata_of docs

    Rewrite these blobs to explicitly mention the case of a sized operand.
    The previous made that seem wrong instead of emphasizing it is nothing
    but a simple cast. Instead, the explanation now emphasizes that the
    address portion of the argument, together with its provenance, is
    discarded which previously had to be inferred by the reader. Then an
    example demonstrates a simple line of incorrect usage based on this
    idea of provenance.
    HeroicKatora committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    2bd0d07 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    c128b4c View commit details
    Browse the repository at this point in the history