mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

find_field does not need to be a query. The current implementation is quadratic in the number of nested fields. r? `@davidtwco` as you reviewed https://github.com/rust-lang/rust/pull/115367 Fixes https://github.com/rust-lang/rust/issues/121755
For more information about how rustc works, see the rustc dev guide.