SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 69 Rust

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