Enums§
Traits§
Functions§
- Converts a bit-representation of a float of type
ty
to a constant literal - is_
anon_ πconst Whether aDefId
is aAnonConst
. An anonymous constant is generated by Rustc, hoisting every constat bits from items as separate top-level items. This AnonConst mechanism is internal to Rustc; we donβt want to reflect that, instead we prefer inlining those.is_anon_const
is used to detect such AnonConst so that we can evaluate and inline them.