| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -26/+0 | |
| 2022-10-25 | --bless | Maybe Waffle | -0/+1 | |
| 2022-10-25 | Add more tests for `impl Fn() -> impl Trait` | Maybe Waffle | -0/+9 | |
| 2022-10-25 | Allow `impl Fn() -> impl Trait` in return position | Maybe Waffle | -0/+16 | |
| This allows writing the following function signatures: ```rust fn f0() -> impl Fn() -> impl Trait; fn f3() -> &'static dyn Fn() -> impl Trait; ``` These signatures were already allowed for common traits and associated types, there is no reason why `Fn*` traits should be special in this regard. | ||||
