rust/src/test/ui/derives
Tomasz Miąsko 62366ee6f1 ./x.py test --bless 2021-02-09 00:00:00 +00:00
..
auxiliary Add a regression test for #44692 2019-07-11 00:35:01 +03:00
derive-Debug-use-ufcs-struct.rs Regression tests for issue 81211. 2021-02-01 17:08:37 -05:00
derive-Debug-use-ufcs-tuple.rs Regression tests for issue 81211. 2021-02-01 17:08:37 -05:00
derive-assoc-type-not-impl.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derive-assoc-type-not-impl.stderr Avoid describing a method as 'not found' when bounds are unsatisfied 2021-01-26 23:59:50 -05:00
derive-deadlock.rs expand/resolve: Turn `#[derive]` into a regular macro attribute 2021-02-07 20:08:45 +03:00
derive-deadlock.stderr expand/resolve: Turn `#[derive]` into a regular macro attribute 2021-02-07 20:08:45 +03:00
derive-hygiene.rs Remove gensyms from built-in derives 2019-08-17 09:12:32 +01:00
derive-marker-tricky.rs Add a regression test for #44692 2019-07-11 00:35:01 +03:00
derive-multiple-with-packed.rs expand/resolve: Turn `#[derive]` into a regular macro attribute 2021-02-07 20:08:45 +03:00
derive-on-trait-item-or-impl-item.rs Do not abort compilation if expansion produces errors 2018-12-27 15:51:36 +03:00
derive-on-trait-item-or-impl-item.stderr Update tests 2020-09-08 21:32:03 +02:00
derive-partial-ord.rs Fix derived PartialOrd operators 2021-02-09 08:15:37 +01:00
derive-renamed.rs Address review comments 2021-02-07 20:08:45 +03:00
derives-span-Clone-enum-struct-variant.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Clone-enum-struct-variant.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Clone-enum.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Clone-enum.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Clone-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Clone-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Clone-tuple-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Clone-tuple-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Debug-enum-struct-variant.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Debug-enum-struct-variant.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Debug-enum.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Debug-enum.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Debug-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Debug-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Debug-tuple-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Debug-tuple-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Default-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Default-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Default-tuple-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Default-tuple-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Eq-enum-struct-variant.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Eq-enum-struct-variant.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Eq-enum.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Eq-enum.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Eq-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Eq-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Eq-tuple-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Eq-tuple-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Hash-enum-struct-variant.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Hash-enum-struct-variant.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Hash-enum.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Hash-enum.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Hash-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Hash-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Hash-tuple-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Hash-tuple-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Ord-enum-struct-variant.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Ord-enum-struct-variant.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Ord-enum.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Ord-enum.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Ord-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Ord-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-Ord-tuple-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-Ord-tuple-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
derives-span-PartialEq-enum-struct-variant.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-PartialEq-enum-struct-variant.stderr tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-PartialEq-enum.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-PartialEq-enum.stderr tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-PartialEq-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-PartialEq-struct.stderr tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-PartialEq-tuple-struct.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-PartialEq-tuple-struct.stderr tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
derives-span-PartialOrd-enum-struct-variant.rs ./x.py test --bless 2021-02-09 00:00:00 +00:00
derives-span-PartialOrd-enum-struct-variant.stderr ./x.py test --bless 2021-02-09 00:00:00 +00:00
derives-span-PartialOrd-enum.rs ./x.py test --bless 2021-02-09 00:00:00 +00:00
derives-span-PartialOrd-enum.stderr ./x.py test --bless 2021-02-09 00:00:00 +00:00
derives-span-PartialOrd-struct.rs ./x.py test --bless 2021-02-09 00:00:00 +00:00
derives-span-PartialOrd-struct.stderr ./x.py test --bless 2021-02-09 00:00:00 +00:00
derives-span-PartialOrd-tuple-struct.rs ./x.py test --bless 2021-02-09 00:00:00 +00:00
derives-span-PartialOrd-tuple-struct.stderr ./x.py test --bless 2021-02-09 00:00:00 +00:00
deriving-bounds.rs Update tests 2020-01-09 21:23:12 +03:00
deriving-bounds.stderr Update tests 2020-01-09 21:23:12 +03:00
deriving-copyclone.rs Suggest borrowing when it would satisfy an unmet trait bound 2019-11-16 13:23:19 -08:00
deriving-copyclone.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
deriving-meta-empty-trait-list.rs expand/resolve: Turn `#[derive]` into a regular macro attribute 2021-02-07 20:08:45 +03:00
deriving-meta-unknown-trait.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
deriving-meta-unknown-trait.stderr mv std libs to library/ 2020-07-27 19:51:13 -05:00
deriving-no-inner-impl-error-message.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
deriving-no-inner-impl-error-message.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
deriving-non-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
deriving-non-type.stderr Update tests 2020-09-08 21:32:03 +02:00
deriving-primitive.rs Update tests 2020-01-09 21:23:12 +03:00
deriving-primitive.stderr Update tests 2020-01-09 21:23:12 +03:00
deriving-with-repr-packed.rs normalize use of backticks/lowercase in compiler messages for librustc_mir 2019-07-06 20:40:40 +02:00
deriving-with-repr-packed.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-36617.rs expand/resolve: Turn `#[derive]` into a regular macro attribute 2021-02-07 20:08:45 +03:00
issue-36617.stderr expand/resolve: Turn `#[derive]` into a regular macro attribute 2021-02-07 20:08:45 +03:00