rust/tests/ui/dyn-keyword
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
..
dyn-2015-edition-keyword-ident-lint.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dyn-2015-edition-keyword-ident-lint.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dyn-2015-edition-keyword-ident-lint.stderr Deny gen keyword in edition_2024_compat lints 2024-04-22 11:51:50 -04:00
dyn-2015-idents-in-decl-macros-unlinted.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dyn-2015-idents-in-macros-unlinted.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dyn-2015-no-warnings-without-lints.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dyn-2018-edition-lint.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dyn-2018-edition-lint.stderr Compiler: Rename "object safe" to "dyn compatible" 2024-09-25 13:26:48 +02:00
dyn-2021-edition-error.rs Don't assume traits used as type are trait objs 2024-10-11 17:36:04 +02:00
dyn-2021-edition-error.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
dyn-angle-brackets.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dyn-angle-brackets.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
dyn-angle-brackets.stderr Compiler: Rename "object safe" to "dyn compatible" 2024-09-25 13:26:48 +02:00
issue-5153.rs Move tests 2024-03-03 16:30:48 -03:00
issue-5153.stderr Move tests 2024-03-03 16:30:48 -03:00
issue-56327-dyn-trait-in-macro-is-okay.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
misspelled-associated-item.rs Suggest typos when trait path expression is typod 2025-01-11 18:44:12 +00:00
misspelled-associated-item.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
suggest-dyn-on-bare-trait-in-pat.rs Don't assume traits used as type are trait objs 2024-10-11 17:36:04 +02:00
suggest-dyn-on-bare-trait-in-pat.stderr Don't assume traits used as type are trait objs 2024-10-11 17:36:04 +02:00