mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 19:18:51 +00:00
Also, the macro is only called three times, and all with the same local variable entry_ptr, so just use the local variable directly, and rename the macro to entry_field_ptr.