mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 10:26:54 +00:00
Always lower to `GenericArg::Infer` Update `PlaceholderCollector` Update closure lifetime binder infer var visitor Fallback visitor handle ambig infer args Ensure type infer args have their type recorded
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.