mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
97b1c31489
This effectively reverses <https://github.com/rust-lang/rust/commit/4284edc>. At that time, I thought GetQueryVTable might be useful for other kinds of static lookup in the future, but after various other simplifications and cleanups that now seems less likely, and this style is more consistent with other vtable-related functions.