rust/tests/ui/infinite
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 only query `params_in_repr` if def kind is adt 2024-10-02 17:36:31 +08:00
infinite-alias.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
infinite-alias.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
infinite-assoc.rs only query `params_in_repr` if def kind is adt 2024-10-02 17:36:31 +08:00
infinite-assoc.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
infinite-autoderef.rs change error messages to be incorrect, but more helpful 2024-02-22 18:18:33 +01:00
infinite-autoderef.stderr change error messages to be incorrect, but more helpful 2024-02-22 18:18:33 +01:00
infinite-instantiation-struct-tail-ice-114484.rs normalize long-type.txt in tests 2025-01-30 17:10:19 +00:00
infinite-instantiation-struct-tail-ice-114484.stderr normalize long-type.txt in tests 2025-01-30 17:10:19 +00:00
infinite-instantiation.rs normalize long-type.txt in tests 2025-01-30 17:10:19 +00:00
infinite-instantiation.stderr normalize long-type.txt in tests 2025-01-30 17:10:19 +00:00
infinite-macro-expansion.rs
infinite-macro-expansion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
infinite-recursion-const-fn.rs
infinite-recursion-const-fn.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
infinite-struct.rs Automatically taint InferCtxt when errors are emitted 2024-06-26 16:01:45 +00:00
infinite-struct.stderr Automatically taint InferCtxt when errors are emitted 2024-06-26 16:01:45 +00:00
infinite-tag-type-recursion.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
infinite-tag-type-recursion.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
infinite-trait-alias-recursion.rs Use trait definition cycle detection for trait alias definitions, too 2025-01-09 08:49:39 +00:00
infinite-trait-alias-recursion.stderr Use trait definition cycle detection for trait alias definitions, too 2025-01-09 08:49:39 +00:00
infinite-type-alias-mutual-recursion.feature.stderr overflow errors: change source to a concrete enum 2024-02-22 17:43:57 +01:00
infinite-type-alias-mutual-recursion.gated.stderr Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
infinite-type-alias-mutual-recursion.rs overflow errors: change source to a concrete enum 2024-02-22 17:43:57 +01:00
infinite-vec-type-recursion.feature.stderr overflow errors: change source to a concrete enum 2024-02-22 17:43:57 +01:00
infinite-vec-type-recursion.gated.stderr Merge collect_mod_item_types query into check_well_formed 2024-03-07 14:26:31 +00:00
infinite-vec-type-recursion.rs overflow errors: change source to a concrete enum 2024-02-22 17:43:57 +01:00
issue-41731-infinite-macro-print.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-41731-infinite-macro-print.stderr Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
issue-41731-infinite-macro-println.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-41731-infinite-macro-println.stderr Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00