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.
fn check_unop(op: UnOp) -> bool
While we currently allow all unary operations, we still want to explicitly guard against future changes here.