mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +00:00
HIR type checking no longer runs dropck, so we may get new errors when we run it in borrowck. If this happens then rerun the query in a local infcx and report errors for it.