Module rustc_hir_typeck::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ยง