Module rustc_const_eval::util [−][src]
Re-exports
pub use self::aggregate::expand_aggregate;
Modules
Functions
Checks if the specified local
is used as the self
parameter of a method call
in the provided BasicBlock
. If it is, then the DefId
of the called method is
returned.
Returns true
if this place is allowed to be less aligned
than its containing struct (because it is within a packed
struct).