move remaining files from deriving to derives

This commit is contained in:
cyrgani
2026-04-22 20:26:08 +00:00
parent e908aa8671
commit 11ba127dfc
14 changed files with 1 additions and 5 deletions
-4
View File
@@ -420,10 +420,6 @@ Tests for quality of diagnostics involving suppression of cascading errors in so
Tests for built-in derive macros (`Debug`, `Clone`, etc.) when used in conjunction with built-in `#[derive(..)]` attributes.
## `tests/ui/deriving/`: Derive Macro
**FIXME**: Coalesce with `tests/ui/derives`.
## `tests/ui/dest-prop/` Destination Propagation
**FIXME**: Contains a single test for the `DestProp` mir-opt, should probably be rehomed.
+1 -1
View File
@@ -1283,7 +1283,7 @@ Please ensure that if you've changed the output:
"""
cc = ["@aDotInTheVoid", "@obi1kenobi"]
[mentions."tests/ui/deriving/deriving-all-codegen.stdout"]
[mentions."tests/ui/derives/deriving-all-codegen.stdout"]
message = "Changes to the code generated for builtin derived traits."
cc = ["@nnethercote"]