Function rustc::middle::trans::adt::trans_case[src]

pub fn trans_case<'a>(bcx: &'a Block<'a>, r: &Repr, discr: Disr) -> opt_result<'a>

Yield information about how to dispatch a case of the discriminant-like value returned by trans_switch.

This should ideally be less tightly tied to _match.