mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
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!`.
For more information about how rustc works, see the rustc dev guide.