mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
c4b5ea9625
BinOpAssign always returns unit I don't know why we treated assign ops as returning their binop type sometimes, but it's usually ignored later anyway and mostly affects infer vars. Also updated a comment from 11 years ago when SIMD types apparently had builtin `==` logic.