rust/tests/ui/empty
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
..
auxiliary
empty-attributes.rs RFC 2383: Stabilize lint_reasons 🎉 2024-06-25 17:22:22 +02:00
empty-attributes.stderr RFC 2383: Stabilize lint_reasons 🎉 2024-06-25 17:22:22 +02:00
empty-comment.rs
empty-comment.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
empty-linkname.rs
empty-linkname.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
empty-macro-use.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-macro-use.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
empty-never-array.rs
empty-never-array.stderr Update tests for new TRPL chapter order 2024-11-23 08:57:25 -07:00
empty-struct-braces-expr.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-struct-braces-expr.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
empty-struct-braces-pat-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-struct-braces-pat-1.stderr Suggest the struct variant pattern syntax on usage of unit variant pattern for a struct variant 2024-08-28 22:55:57 +09:00
empty-struct-braces-pat-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-struct-braces-pat-2.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
empty-struct-braces-pat-3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-struct-braces-pat-3.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
empty-struct-tuple-pat.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-struct-tuple-pat.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
empty-struct-unit-expr.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-struct-unit-expr.stderr
empty-struct-unit-pat.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-struct-unit-pat.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-37026.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-37026.stderr
no-link.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00