mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 11:58:17 +00:00
rm `TypeVistable` impls for `Canonical` similar to `EarlyBinder`, you generally do not want to fold a canonical value directly without first instantiating it. In places where you do want to look into the `Canonical`, it's likely better to do so manually. r? ```@compiler-errors```
For more information about how rustc works, see the rustc dev guide.