rust/compiler/rustc_middle
Maja Kądziołka a3d63fb0d4
InhabitedPredicate: avoid using a wildcard branch
This is error-prone. Explicitly write down which cases don't need
anything substituted. Turn the `OpaqueType` case, which currently
seems to be unreachable, into a `bug!`.
2025-03-04 13:33:16 +01:00
..
2025-02-18 13:22:45 +01:00

For more information about how rustc works, see the rustc dev guide.