mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
610eaec233
Always exhaustively match on typing mode r? @lcnr Unimplements Eq/PartialEq for TypingMode, adds TypingModeEqWrapper for the few cases where we need it (mainly in the query system), and adds a new rustc internal lint to detect cases where we non-exhaustively match on typing mode.