Function rustc_query_impl::make_query::eval_to_allocation_raw[][src]

pub fn eval_to_allocation_raw<'tcx>(
    tcx: QueryCtxt<'tcx>,
    key: eval_to_allocation_raw<'tcx>
) -> QueryStackFrame
Expand description

Evaluates a constant and returns the computed allocation.

Do not use this directly, use the tcx.eval_static_initializer wrapper.