| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-09 | Make E0621 missing lifetime suggestion verbose | Esteban Küber | -3/+5 | |
| ``` error[E0621]: explicit lifetime required in the type of `x` --> $DIR/42701_one_named_and_one_anonymous.rs:10:9 | LL | &*x | ^^^ lifetime `'a` required | help: add explicit lifetime `'a` to the type of `x` | LL | fn foo2<'a>(a: &'a Foo, x: &'a i32) -> &'a i32 { | ++ ``` | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+33 | |
