rust/tests/ui/c-variadic
Esteban Küber f0845adb0c Show diff suggestion format on verbose replacement
```
error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
  --> $DIR/attempted-access-non-fatal.rs:7:15
   |
LL |     let _ = 2.l;
   |               ^
   |
help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix
   |
LL -     let _ = 2.l;
LL +     let _ = 2.0f64;
   |
```
2025-02-10 20:21:39 +00:00
..
fn-item-diagnostic-issue-69232.rs bless the tests and add a new one 2024-11-29 00:45:14 +01:00
fn-item-diagnostic-issue-69232.stderr bless the tests and add a new one 2024-11-29 00:45:14 +01:00
issue-32201.rs bless the tests and add a new one 2024-11-29 00:45:14 +01:00
issue-32201.stderr bless the tests and add a new one 2024-11-29 00:45:14 +01:00
issue-86053-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-86053-1.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-86053-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-86053-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
variadic-ffi-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
variadic-ffi-1.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
variadic-ffi-2-arm.rs Stabilize extended_varargs_abi_support 2024-11-27 22:21:33 +01:00
variadic-ffi-2.rs Stabilize extended_varargs_abi_support 2024-11-27 22:21:33 +01:00
variadic-ffi-2.stderr Stabilize extended_varargs_abi_support 2024-11-27 22:21:33 +01:00
variadic-ffi-4.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
variadic-ffi-4.stderr best_blame_constraint: don't filter constraints by sup SCC 2025-01-06 16:08:29 -08:00
variadic-ffi-6.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
variadic-ffi-6.stderr Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser 2023-12-12 17:40:53 +01:00
variadic-ffi-no-fixed-args.rs Update Tests 2024-04-16 18:15:37 -04:00
variadic-unreachable-arg-error.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00