mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:16:17 +00:00
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`