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

Implement debug_more_non_exhaustive #127945

Merged
merged 2 commits into from
Aug 22, 2024

Commits on Jul 21, 2024

  1. Make use of raw strings in core::fmt::builders

    There are quite a few uses of escaped quotes. Turn these into raw
    strings within documentation and tests to make things easier to read.
    tgross35 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    68fb25e View commit details
    Browse the repository at this point in the history
  2. Implement debug_more_non_exhaustive

    Add a `.finish_non_exhaustive()` method to `DebugTuple`, `DebugSet`,
    `DebugList`, and `DebugMap`. This indicates that the structures have
    remaining items with `..`.
    
    This implements the ACP at
    <rust-lang/libs-team#248>.
    tgross35 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    827970e View commit details
    Browse the repository at this point in the history