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

non_exhaustive_omitted_patterns lint exposes unstable and hidden fields #89837

Closed
camelid opened this issue Oct 13, 2021 · 0 comments · Fixed by #90358
Closed

non_exhaustive_omitted_patterns lint exposes unstable and hidden fields #89837

camelid opened this issue Oct 13, 2021 · 0 comments · Fixed by #90358
Labels
A-exhaustiveness-checking Relating to exhaustiveness / usefulness checking of patterns A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-patterns Relating to patterns and pattern matching C-bug Category: This is a bug. F-non_exhaustive_omitted_patterns_lint `#![feature(non_exhaustive_omitted_patterns_lint)]`

Comments

@camelid
Copy link
Member

camelid commented Oct 13, 2021

Issue created from a thread starting at #89042 (comment).

cc @Nadrieril @DevinR528

@camelid camelid added A-exhaustiveness-checking Relating to exhaustiveness / usefulness checking of patterns A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. A-patterns Relating to patterns and pattern matching F-non_exhaustive_omitted_patterns_lint `#![feature(non_exhaustive_omitted_patterns_lint)]` labels Oct 13, 2021
@bors bors closed this as completed in bbbd48f Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-exhaustiveness-checking Relating to exhaustiveness / usefulness checking of patterns A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-patterns Relating to patterns and pattern matching C-bug Category: This is a bug. F-non_exhaustive_omitted_patterns_lint `#![feature(non_exhaustive_omitted_patterns_lint)]`
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant