rust/tests/ui/underscore-lifetime
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-trait-underscore-in-struct.rs
dyn-trait-underscore-in-struct.stderr
dyn-trait-underscore.rs
dyn-trait-underscore.stderr
in-binder.rs
in-binder.stderr
in-fn-return-illegal.rs
in-fn-return-illegal.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
in-struct.rs
in-struct.stderr
underscore-lifetime-binders.rs make `type_flags(ReError) & HAS_ERROR` 2024-03-20 17:29:58 +00:00
underscore-lifetime-binders.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
underscore-lifetime-elison-mismatch.rs
underscore-lifetime-elison-mismatch.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
underscore-outlives-bounds.rs
underscore-outlives-bounds.stderr
where-clause-inherent-impl-ampersand-rust2015.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-inherent-impl-ampersand-rust2015.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-inherent-impl-ampersand-rust2015.stderr
where-clause-inherent-impl-ampersand-rust2018.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-inherent-impl-ampersand-rust2018.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-inherent-impl-ampersand-rust2018.stderr
where-clause-inherent-impl-underscore.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-inherent-impl-underscore.rust2015.stderr
where-clause-inherent-impl-underscore.rust2018.stderr
where-clause-trait-impl-region-2015.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-trait-impl-region-2015.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-trait-impl-region-2015.stderr
where-clause-trait-impl-region-2018.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-trait-impl-region-2018.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-trait-impl-region-2018.stderr
where-clause-trait-impl-underscore.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
where-clause-trait-impl-underscore.rust2015.stderr
where-clause-trait-impl-underscore.rust2018.stderr
where-clauses.rs
where-clauses.stderr