rust/tests/ui/codemap_tests
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
..
bad-format-args.rs
bad-format-args.stderr
coherence-overlapping-inherent-impl-trait.rs
coherence-overlapping-inherent-impl-trait.stderr
empty_span.rs
empty_span.stderr
huge_multispan_highlight.ascii.svg Filter empty lines, comments and delimiters from previous to last multiline span rendering 2024-12-12 23:36:27 +00:00
huge_multispan_highlight.rs Don't allow -Zunstable-options to take a value 2024-11-18 18:04:59 +11:00
huge_multispan_highlight.unicode.svg Filter empty lines, comments and delimiters from previous to last multiline span rendering 2024-12-12 23:36:27 +00:00
issue-11715.rs
issue-11715.stderr
issue-28308.rs
issue-28308.stderr
one_line.rs
one_line.stderr
overlapping_inherent_impls.rs
overlapping_inherent_impls.stderr
tab_2.rs
tab_2.stderr Be more accurate about calculating display_col from a BytePos 2024-07-18 20:08:38 +00:00
tab_3.rs
tab_3.stderr
tab.rs
tab.stderr
two_files_data.rs
two_files.rs
two_files.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
unicode_2.rs
unicode_2.stderr
unicode_3.rs
unicode_3.stderr
unicode.expanded.stdout
unicode.normal.stderr Fix remaining cases 2024-06-21 19:00:18 -04:00
unicode.rs