rust/tests/ui/deprecation
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
atomic_initializers.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
atomic_initializers.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
atomic_initializers.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
deprecated-macro_escape-inner.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
deprecated-macro_escape-inner.stderr
deprecated-macro_escape.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
deprecated-macro_escape.stderr
deprecated_ar.rs add deprecated and do nothing flag to options table 2025-01-06 15:38:02 +03:00
deprecated_ar.stderr add deprecated and do nothing flag to options table 2025-01-06 15:38:02 +03:00
deprecated_inline_threshold.bad_val.stderr add deprecated and do nothing flag to options table 2025-01-06 15:38:02 +03:00
deprecated_inline_threshold.good_val.stderr add deprecated and do nothing flag to options table 2025-01-06 15:38:02 +03:00
deprecated_inline_threshold.no_val.stderr add deprecated and do nothing flag to options table 2025-01-06 15:38:02 +03:00
deprecated_inline_threshold.rs add deprecated and do nothing flag to options table 2025-01-06 15:38:02 +03:00
deprecated_no_stack_check.rs
deprecated_no_stack_check.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
deprecated_no_stack_check_opt.rs add deprecated and do nothing flag to options table 2025-01-06 15:38:02 +03:00
deprecated_no_stack_check_opt.stderr add deprecated and do nothing flag to options table 2025-01-06 15:38:02 +03:00
deprecation-in-future.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
deprecation-in-future.stderr
deprecation-lint-2.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
deprecation-lint-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
deprecation-lint-3.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
deprecation-lint-3.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
deprecation-lint-nested.rs
deprecation-lint-nested.stderr
deprecation-lint.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
deprecation-lint.stderr Emit a single privacy error for multiple fields on the same struct expression 2025-01-18 20:33:15 +00:00
deprecation-sanity.rs
deprecation-sanity.stderr Remove E0551. 2023-10-04 18:12:20 +11:00
derive_on_deprecated.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
derive_on_deprecated_forbidden.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
feature-gate-deprecated_suggestion.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
feature-gate-deprecated_suggestion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
invalid-literal.rs
invalid-literal.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-66340-deprecated-attr-non-meta-grammar.rs Suggest quoting unquoted idents in attrs 2024-01-12 13:59:47 -08:00
issue-66340-deprecated-attr-non-meta-grammar.stderr Fix parse error message for meta items 2024-05-10 09:16:27 +02:00
issue-84637-deprecated-associated-function.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-84637-deprecated-associated-function.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-84637-deprecated-associated-function.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
staged-deprecation-in-future.rs Fix stable feature names in tests 2023-10-23 13:03:11 -07:00
staged-deprecation-in-future.stderr
suggestion.fixed [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
suggestion.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
suggestion.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
try-macro-suggestion.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
try-macro-suggestion.stderr