mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
8b72d7a9d7
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