rust/tests/ui/cross
Esteban Küber 6c31f6ce12 Provide structured suggestion for `#![feature(foo)]`
```
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-03-18 16:08:58 +00:00
..
cross-crate-macro-backtrace [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
cross-file-errors [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
cross-borrow-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cross-borrow-trait.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
cross-fn-cache-hole.rs Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
cross-fn-cache-hole.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00