Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-25 | also detect <Self as Foo>::X in generic type args | Martin Fischer | |
2021-11-24 | better error message for <Self as Foo>::X | Martin Fischer | |
2021-11-24 | better error for associated types in supertraits | Martin Fischer | |
2021-11-23 | mention Fn support in error message | Martin Fischer | |
2021-11-23 | add more ui-tests | Martin Fischer | |
2021-11-22 | support other collections via #[collection(...)] | Martin Fischer | |
2021-11-22 | add ui-tests for attributes | Martin Fischer | |
2021-11-22 | better errors for type arguments of collections | Martin Fischer | |
2021-11-22 | add ui-test for Vec<String, Self::A> | Martin Fischer | |
2021-11-22 | fix unconvertible type error span | Martin Fischer | |
2021-11-22 | add ui-test for unconvertible type | Martin Fischer | |
2021-11-21 | add ui tests (inspired by trybuild) | Martin Fischer | |