rust/tests/ui/empty_line_after
Esteban Küber 3a0b1ae59d 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
..
doc_comments.1.fixed fix empty after lint on impl/trait items 2025-02-07 16:47:26 +01:00
doc_comments.2.fixed fix empty after lint on impl/trait items 2025-02-07 16:47:26 +01:00
doc_comments.rs fix empty after lint on impl/trait items 2025-02-07 16:47:26 +01:00
doc_comments.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
outer_attribute.1.fixed Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
outer_attribute.2.fixed Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
outer_attribute.rs Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
outer_attribute.stderr add tests for spurious failure and fix typo 2025-02-07 16:59:17 +01:00