rust/tests/ui/pub
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
..
issue-33174-restricted-type-in-public-interface.rs
issue-33174-restricted-type-in-public-interface.stderr
pub-ident-fn-2.fixed
pub-ident-fn-2.rs
pub-ident-fn-2.stderr
pub-ident-fn-or-struct.rs
pub-ident-fn-or-struct.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
pub-ident-fn-with-lifetime-2.rs
pub-ident-fn-with-lifetime-2.stderr
pub-ident-fn-with-lifetime.fixed
pub-ident-fn-with-lifetime.rs
pub-ident-fn-with-lifetime.stderr
pub-ident-fn.fixed
pub-ident-fn.rs
pub-ident-fn.stderr
pub-ident-struct-2.rs
pub-ident-struct-2.stderr
pub-ident-struct-3.rs
pub-ident-struct-3.stderr
pub-ident-struct-4.fixed
pub-ident-struct-4.rs
pub-ident-struct-4.stderr
pub-ident-struct-with-lifetime.rs
pub-ident-struct-with-lifetime.stderr
pub-ident-struct.rs
pub-ident-struct.stderr
pub-ident-with-lifetime-incomplete.rs
pub-ident-with-lifetime-incomplete.stderr
pub-reexport-priv-extern-crate.rs
pub-reexport-priv-extern-crate.stderr
pub-restricted-error-fn.rs
pub-restricted-error-fn.stderr
pub-restricted-error.rs
pub-restricted-error.stderr
pub-restricted-non-path.rs
pub-restricted-non-path.stderr
pub-restricted.rs
pub-restricted.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00