]> git.lizzy.rs Git - rust.git/commit - tests/ui/derives/deriving-with-repr-packed.rs
Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco
authornils <48135649+Nilstrieb@users.noreply.github.com>
Thu, 12 Jan 2023 14:44:52 +0000 (15:44 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Jan 2023 14:44:52 +0000 (15:44 +0100)
commitc61f29ca52e137e18a4b64e4388741cc2dc4f926
tree40118455cccaa2819e8b2240c2203281d60011cf
parent25fd6338280caf93b30f8f92f217c8e50a8c0766
parent02005e9f22bf06e74c3ed6ce56be112d7366bd15
Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco

remove unreachable error code `E0490`

AFAIK, the untested and undocumented error code `E0490` is now unreachable, it was from the days of the original borrow checker.

cc ``@GuillaumeGomez`` #61137
compiler/rustc_error_codes/src/error_codes.rs
compiler/rustc_infer/src/infer/mod.rs
src/tools/tidy/src/error_codes.rs