mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:07:48 +00:00
Actually taint InferCtxt when a fulfillment error is emitted And avoid checking the global error counter fixes #122044 fixes #123255 fixes #123276 fixes #125799
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.