rust/tests/ui/repeat-expr
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
..
infer.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
repeat-expr-in-static.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
repeat-to-run-dtor-twice.rs
repeat-to-run-dtor-twice.stderr Remove extra # from url 2024-01-24 00:41:45 +01:00
repeat_count.rs Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
repeat_count.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
typo-in-repeat-expr-issue-80173.rs Suggest Semicolon in Incorrect Repeat Expressions 2024-12-21 02:30:50 +00:00
typo-in-repeat-expr-issue-80173.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00