rust/src/test/ui/derives
2022-01-15 21:02:50 +01:00
..
auxiliary
clone-debug-dead-code.rs Ignore automatically derived impls of Clone and Debug in dead code analysis 2021-09-09 19:49:07 +02:00
clone-debug-dead-code.stderr Use span of ignored impls for explanatory note 2022-01-15 21:02:50 +01:00
derive-assoc-type-not-impl.rs
derive-assoc-type-not-impl.stderr Point at impl blocks when they introduce unmet obligations 2021-11-20 19:19:33 +00:00
derive-deadlock.rs
derive-deadlock.stderr
derive-Debug-use-ufcs-struct.rs
derive-Debug-use-ufcs-tuple.rs
derive-hygiene.rs
derive-macro-const-default.rs update tests 2021-12-10 19:21:25 +00:00
derive-marker-tricky.rs
derive-multiple-with-packed.rs
derive-on-trait-item-or-impl-item.rs
derive-on-trait-item-or-impl-item.stderr
derive-partial-ord.rs
derive-renamed.rs
derives-span-Clone-enum-struct-variant.rs
derives-span-Clone-enum-struct-variant.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Clone-enum.rs
derives-span-Clone-enum.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Clone-struct.rs
derives-span-Clone-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Clone-tuple-struct.rs
derives-span-Clone-tuple-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Debug-enum-struct-variant.rs
derives-span-Debug-enum-struct-variant.stderr
derives-span-Debug-enum.rs
derives-span-Debug-enum.stderr
derives-span-Debug-struct.rs
derives-span-Debug-struct.stderr
derives-span-Debug-tuple-struct.rs
derives-span-Debug-tuple-struct.stderr
derives-span-Default-struct.rs
derives-span-Default-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Default-tuple-struct.rs
derives-span-Default-tuple-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Eq-enum-struct-variant.rs
derives-span-Eq-enum-struct-variant.stderr
derives-span-Eq-enum.rs
derives-span-Eq-enum.stderr
derives-span-Eq-struct.rs
derives-span-Eq-struct.stderr
derives-span-Eq-tuple-struct.rs
derives-span-Eq-tuple-struct.stderr
derives-span-Hash-enum-struct-variant.rs
derives-span-Hash-enum-struct-variant.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Hash-enum.rs
derives-span-Hash-enum.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Hash-struct.rs
derives-span-Hash-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Hash-tuple-struct.rs
derives-span-Hash-tuple-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Ord-enum-struct-variant.rs
derives-span-Ord-enum-struct-variant.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Ord-enum.rs
derives-span-Ord-enum.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Ord-struct.rs
derives-span-Ord-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-Ord-tuple-struct.rs
derives-span-Ord-tuple-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-PartialEq-enum-struct-variant.rs
derives-span-PartialEq-enum-struct-variant.stderr Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
derives-span-PartialEq-enum.rs
derives-span-PartialEq-enum.stderr Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
derives-span-PartialEq-struct.rs
derives-span-PartialEq-struct.stderr Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
derives-span-PartialEq-tuple-struct.rs
derives-span-PartialEq-tuple-struct.stderr Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
derives-span-PartialOrd-enum-struct-variant.rs
derives-span-PartialOrd-enum-struct-variant.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-PartialOrd-enum.rs
derives-span-PartialOrd-enum.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-PartialOrd-struct.rs
derives-span-PartialOrd-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
derives-span-PartialOrd-tuple-struct.rs
derives-span-PartialOrd-tuple-struct.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
deriving-bounds.rs
deriving-bounds.stderr
deriving-copyclone.rs
deriving-copyclone.stderr Fix handling of substitutions and binders when deciding whether to suggest references 2021-11-13 16:28:41 -05:00
deriving-meta-empty-trait-list.rs
deriving-meta-unknown-trait.rs
deriving-meta-unknown-trait.stderr
deriving-no-inner-impl-error-message.rs
deriving-no-inner-impl-error-message.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
deriving-non-type.rs
deriving-non-type.stderr
deriving-primitive.rs
deriving-primitive.stderr
deriving-with-repr-packed.rs
deriving-with-repr-packed.stderr
issue-36617.rs Update invalid crate attributes, add help message 2021-12-03 18:38:32 +00:00
issue-36617.stderr Update invalid crate attributes, add help message 2021-12-03 18:38:32 +00:00
issue-43023.rs
issue-43023.stderr
issue-91492.rs Fix duplicate derive clone suggestion 2021-12-05 16:50:17 +11:00
issue-91492.stderr Fix duplicate derive clone suggestion 2021-12-05 16:50:17 +11:00