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

Fix: non_exhaustive_omitted_patterns by filtering unstable and doc hidden variants #89105

Merged
merged 1 commit into from
Oct 12, 2021

Commits on Oct 12, 2021

  1. Filter unstable and doc hidden variants in usefulness checking

    Add test cases for unstable variants
    Add test cases for doc hidden variants
    Move is_doc_hidden to method on TyCtxt
    Add unstable variants test to reachable-patterns ui test
    Rename reachable-patterns -> omitted-patterns
    DevinR528 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2a042d6 View commit details
    Browse the repository at this point in the history