Module rustc_typeck::check::op [−][src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Code related to processing overloaded binary and unary operators.
Enums
BinOpCategory |
[ Experimental ]
|
IsAssign |
[ Experimental ] Whether the binary operation is an assignment ( |
Op |
[ Experimental ]
|
Functions
is_builtin_binop |
[ Experimental ] Returns true if this is a built-in arithmetic operation (e.g. u32 |