mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:16:01 +00:00
It would be nice to reuse some of the macro structure for internal functions, like `rem_pio2`. To facilitate this, add a `public` field and make it available in the macro's API.