mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 22:17:46 +00:00
Mention crate being analyzed in query description "running analysis passes on this crate" -> "running analysis passes on crate `foo`" This message is displayed in cycle errors in particular, and in some cases without any spans or any other identifiable information to determine which dependency introduced the cycle. Address rust-lang/rust#74380, but we still need a test for that case in particular.
For more information about how rustc works, see the rustc dev guide.