rust/compiler/rustc_builtin_macros
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
..
src Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-params, r=jackh726 2021-10-02 18:46:27 +00:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00