mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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