mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
move remaining files from deriving to derives
This commit is contained in:
@@ -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
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user