rust/compiler/rustc_middle
Matthias Krüger 9758973005
Rollup merge of #147137 - estebank:issue-74380, r=nnethercote
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.
2025-11-02 15:56:47 +01:00
..
2025-10-04 18:18:58 +00:00

For more information about how rustc works, see the rustc dev guide.