mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 11:55:31 +00:00
Do not suggest ``` help: use parentheses to call these | 5 | (callback: Rc<dyn Fn()>)(), | + +++ ``` Skip all "call function for this binop" suggestions when in a derive context. Fix #135989.