rust/tests/ui/associated-item
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
..
ambiguous-associated-type-with-generics.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
ambiguous-associated-type-with-generics.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
ambiguous-associated-type-with-generics.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
associated-item-duplicate-bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-item-duplicate-bounds.stderr generic_const_exprs: suggest to add the feature, not use it 2023-11-30 20:59:51 +01:00
associated-item-duplicate-names-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-item-duplicate-names-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
associated-item-duplicate-names-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-item-duplicate-names-3.stderr Unify suggestion wording 2023-10-17 17:33:55 +00:00
associated-item-duplicate-names.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-item-duplicate-names.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-item-enum.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-item-enum.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
associated-item-two-bounds.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
impl-duplicate-methods.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-duplicate-methods.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-48027.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
issue-48027.stderr Compiler: Finalize dyn compatibility renaming 2025-01-26 21:20:31 +01:00
issue-87638.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-87638.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-87638.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105449.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00