mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
abbdec3be6
Use tracing spans in rustc_trait_selection Spans are very helpful when debugging this code. It's also hot enough to make a good benchmark. r? `@oli-obk`