Closed
Description
rust-analyzer/crates/syntax/src/ast/operators.rs
Lines 113 to 119 in 90357a9
Isn't the order reversed?
BinaryOp::Assignment { op } => {
if let Some(op) = op {
fmt::Display::fmt(op, f)?;
}
f.write_str("=")?;
Ok(())
}
Metadata
Metadata
Assignees
Labels
No labels