macro_rules! float_const_impl {
    ($(#[$doc:meta] $constant:ident,)+) => { ... };
    (@float $T:ident, $($constant:ident,)+) => { ... };
}