| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move tests for missing trait bounds to their own directory | Esteban Kuber | -13/+0 | |
| 2021-11-20 | Suggest constraining `fn` type params when appropriate | Esteban Kuber | -0/+2 | |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -1/+1 | |
| Fixes #76267 When there is a single applicable method candidate, but its trait bounds are not satisfied, we avoid saying that the method is "not found". Insted, we update the error message to directly mention which bounds are not satisfied, rather than mentioning them in a note. | ||||
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -5/+0 | |
| 2020-03-23 | Ignore tests on some platforms due to #53081 | Aaron Hill | -0/+5 | |
| 2020-03-07 | Add a regression test | Yuki Okushi | -0/+11 | |
