Lots of "cannot find in scope" errors can make name resolution extraordinarily slow #63478
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-resolve
Area: Name resolution
I-compiletime
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I missed a
use
and found acheck
that takes over 4 minutes to fail.Repro: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=aaac7e403ced051c0e4165df25a455a5
time-passes blames this on "name resolution"
The text was updated successfully, but these errors were encountered: