| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-11 | Suggest `.clone()` in some move errors | Esteban Küber | -0/+16 | |
| ``` error[E0507]: cannot move out of `*x` which is behind a shared reference --> $DIR/borrowck-fn-in-const-a.rs:6:16 | LL | return *x | ^^ move occurs because `*x` has type `String`, which does not implement the `Copy` trait | help: consider cloning the value if the performance cost is acceptable | LL - return *x LL + return x.clone() | ``` | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -3/+3 | |
| 2023-06-05 | Better group RFC ui tests together | Maybe Waffle | -0/+161 | |
