| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -37/+0 | |
| ``` error: `S2<'_>` is forbidden as the type of a const generic parameter --> $DIR/lifetime-in-const-param.rs:5:23 | LL | struct S<'a, const N: S2>(&'a ()); | ^^ | = note: the only supported types are integers, `bool` and `char` help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types | LL + #![feature(adt_const_params)] | ``` Fix #55941. | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2023-01-12 | fix fmt and bless | Deadbeef | -0/+3 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+34 | |
