rustc_hir_typeck

Module op

Source
Expand description

Code related to processing overloaded binary and unary operators.

Enums§

BinOpCategory 🔒
IsAssign 🔒
Whether the binary operation is an assignment (a += b), or not (a + b)
Op 🔒

Functions§

deref_ty_if_possible 🔒
Dereferences a single level of immutable referencing.
is_builtin_binop 🔒
Returns true if this is a built-in arithmetic operation (e.g., u32
lang_item_for_op 🔒