mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
e06c94d6cb
effects: Run `enforce_context_effects` for all method calls So that we also perform checks when overloaded `PartialEq`s are called. r? `@compiler-errors`