Rollup merge of #136027 - estebank:issue-135989, r=compiler-errors
Skip suggestions in `derive`d code 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.
M
Matthias Krüger committed
06349ec2dd22a460e2996ee391425a31afeedf94
Committed by GitHub <noreply@github.com>
on 1/25/2025, 7:03:37 AM