We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
as_inplace
1 parent 9cc108d commit bc1d6bbCopy full SHA for bc1d6bb
crates/compiler-core/src/bytecode.rs
@@ -1173,6 +1173,7 @@ impl BinaryOperator {
1173
pub const fn as_inplace(self) -> Self {
1174
match self {
1175
Self::Add => Self::InplaceAdd,
1176
+ Self::And => Self::InplaceAnd,
1177
Self::FloorDivide => Self::InplaceFloorDivide,
1178
Self::Lshift => Self::InplaceLshift,
1179
Self::MatrixMultiply => Self::InplaceMatrixMultiply,
0 commit comments