| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -12/+0 | |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -1/+1 | |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -2/+0 | |
| 2018-09-26 | use the closure def-id in returns, but closure-base def-id in locals | Niko Matsakis | -0/+14 | |
| Using the `closure_base_def_id` indiscriminantely, as we were doing before, winds up "going wrong" if the closure type includes the `impl Trait` from the parent. The problem arises because the return value for closures is inferred and meant to treat the return type *opaquely*, so we don't want to be "desugaring" it into the underlying type. | ||||
