Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable feature gate for deny(non_exhaustive_omitted_patterns)
error: unknown lint: `non_exhaustive_omitted_patterns` --> impl/src/declaration.rs:297:43 | 297 | #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: the `non_exhaustive_omitted_patterns` lint is unstable = note: see issue #89554 <rust-lang/rust#89554> for more information = help: add `#![feature(non_exhaustive_omitted_patterns_lint)]` to the crate attributes to enable = note: `-D unknown-lints` implied by `-D warnings`
- Loading branch information