rust/compiler
bors f03eb6bef8 Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-params, r=jackh726
Deriving: Include bound generic params in type parameters for where clause

Fixes #89188.

The `derive` macro ignored the `for<'s>` needed with the `Fn` trait in that code example.

edit: I'm unsure if this might cause regressions. I'm not an experienced compiler developer so I'm not used to thinking about unwanted side effects code changes like this might have.
2021-10-02 18:46:27 +00:00
..
2021-10-01 23:17:19 +02:00
2021-09-30 20:22:42 +02:00
2021-09-28 12:28:22 +00:00
2021-10-01 23:17:19 +02:00