rust/tests/ui/meta
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
..
auxiliary [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dir.with.dots Split dots in filename, not the entire path 2024-03-04 19:30:53 +00:00
expected-error-correct-rev.a.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
expected-error-correct-rev.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
meta-expected-error-wrong-rev.a.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
meta-expected-error-wrong-rev.rs Fix test problems discovered by the revision check 2024-05-09 14:47:09 +10:00
no_std-extern-libc.rs Handle a few more simple tests 2024-05-20 11:13:10 -04:00
revision-bad.rs Remap path refix in the panic message 2024-10-12 09:41:42 +08:00
revision-ok.rs tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` 2025-01-23 20:51:29 +08:00
rustc-env.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00