rust/tests/rustdoc-ui/issues
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 [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
duplicate-panic-impl-107918.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-associated-type-bounds-110900.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-bare-dyn-106213.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-bare-dyn-106213.stderr rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-generic-type-alias-105742.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
ice-generic-type-alias-105742.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
ice-impl-fn-generic-105737.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-impl-fn-generic-105737.stderr rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-macro-hidden-exported-macro-defid-101076.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-placeholder-type-alias-106226.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-placeholder-type-alias-106226.stderr rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-raw-str-105334.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-raw-str-105334.stderr rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-typeof-102986.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-typeof-102986.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
ice-unresolved-self-103997.rs rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
ice-unresolved-self-103997.stderr rustdoc: rename `issue-\d+.rs` tests to have meaningful names 2024-12-08 21:59:23 -07:00
issue-58473-2.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-58473.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-61592-2.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-61592-2.stderr Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
issue-61592.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-61592.stderr Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
issue-61732.rs Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
issue-61732.stderr Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
issue-74134.private.stderr Move some rustdoc-ui tests to subdirectories 2023-04-29 11:36:19 -05:00
issue-74134.public.stderr Move some rustdoc-ui tests to subdirectories 2023-04-29 11:36:19 -05:00
issue-74134.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-79465.rs Move some rustdoc-ui tests to subdirectories 2023-04-29 11:36:19 -05:00
issue-79465.stderr Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
issue-79467.rs Move some rustdoc-ui tests to subdirectories 2023-04-29 11:36:19 -05:00
issue-79467.stderr Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
issue-79494.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-79494.stderr Manual find replace updates 2023-11-24 21:04:51 +01:00
issue-80992.rs Remove the `-test` suffix from normalize directives 2024-12-27 19:58:16 +11:00
issue-80992.stdout Move some rustdoc-ui tests to subdirectories 2023-04-29 11:36:19 -05:00
issue-81662-shortness.rs Remove the `-test` suffix from normalize directives 2024-12-27 19:58:16 +11:00
issue-81662-shortness.stdout On short error format, append primary span label to message 2024-08-06 04:08:10 +00:00
issue-83883-describe-lints.rs Remove the `-test` suffix from normalize directives 2024-12-27 19:58:16 +11:00
issue-83883-describe-lints.stdout Remove support for compiler plugins. 2023-11-04 08:50:46 +11:00
issue-91134.rs Remove the `-test` suffix from normalize directives 2024-12-27 19:58:16 +11:00
issue-91134.stdout Move some rustdoc-ui tests to subdirectories 2023-04-29 11:36:19 -05:00
issue-91713.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-91713.stderr Move some rustdoc-ui tests to subdirectories 2023-04-29 11:36:19 -05:00
issue-91713.stdout rustdoc: rewrite stability inheritance as a pass 2024-09-30 21:58:18 +00:00
issue-96287.rs Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
issue-96287.stderr reword trait bound suggestion message to include the bounds 2024-12-07 21:26:20 +00:00
issue-98690.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-98690.stderr Move some rustdoc-ui tests to subdirectories 2023-04-29 11:36:19 -05:00
issue-109282-import-inline-merge.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-120444-1.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-120444-1.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-120444-2.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
issue-120444-2.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00