mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
4c4205163a
refactor rustc_hir_typeck/src/op.rs Fixes rust-lang/rust#64297 This is a refactoring PR with no logic or behaviour changes. I tried to improve readability of op.rs, which had a few very large functions using some suboptimal syntax. I broke these up into smaller helpers.