Open
Description
opened on Sep 8, 2019
rustc_typeck/check/op.rs
has some seriously over-complicated methods, e.g. fn check_overloaded_binop
, that obscure the happy path and do way too much. The file and especially the aforementioned method should be refactored.
Activity