Function rustc_ty_utils::consts::check_unop

source ·
fn check_unop(op: UnOp) -> bool
Expand description

While we currently allow all unary operations, we still want to explicitly guard against future changes here.