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
in-struct.rs
in-struct.stderr
underscore-lifetime-binders.rs
underscore-lifetime-binders.stderr
underscore-lifetime-elison-mismatch.rs
underscore-lifetime-elison-mismatch.stderr
underscore-outlives-bounds.rs
underscore-outlives-bounds.stderr
where-clause-inherent-impl-ampersand-rust2015.fixed
where-clause-inherent-impl-ampersand-rust2015.rs
where-clause-inherent-impl-ampersand-rust2015.stderr
where-clause-inherent-impl-ampersand-rust2018.fixed
where-clause-inherent-impl-ampersand-rust2018.rs
where-clause-inherent-impl-ampersand-rust2018.stderr
where-clause-inherent-impl-underscore.rs
where-clause-inherent-impl-underscore.rust2015.stderr
where-clause-inherent-impl-underscore.rust2018.stderr
where-clause-trait-impl-region-2015.fixed
where-clause-trait-impl-region-2015.rs
where-clause-trait-impl-region-2015.stderr
where-clause-trait-impl-region-2018.fixed
where-clause-trait-impl-region-2018.rs
where-clause-trait-impl-region-2018.stderr
where-clause-trait-impl-underscore.rs
where-clause-trait-impl-underscore.rust2015.stderr
where-clause-trait-impl-underscore.rust2018.stderr
where-clauses.rs
where-clauses.stderr