mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
765fd2d8c7
Remove query function arrays `define_queries!` produces four arrays of function pointers, which other functions iterate over. These aren't actually necessary. r? @petrochenkov