rust/src/test/ui/traits
2019-07-03 06:30:28 +09:00
..
auxiliary Update tests. 2019-05-20 16:12:49 +01:00
trait-alias Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
conservative_impl_trait.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
cycle-cache-err-60010.rs forego caching for all participants in cycles, apart from root node 2019-05-01 17:57:44 -04:00
cycle-cache-err-60010.stderr forego caching for all participants in cycles, apart from root node 2019-05-01 17:57:44 -04:00
trait-alias-ambiguous.rs resolve all in scope trait aliases, then elaborate their bounds 2019-04-01 11:23:40 -07:00
trait-alias-ambiguous.stderr resolve all in scope trait aliases, then elaborate their bounds 2019-04-01 11:23:40 -07:00
trait-as-struct-constructor.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-as-struct-constructor.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
trait-bounds-not-on-bare-trait.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-bounds-not-on-bare-trait.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-bounds-not-on-struct.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-not-on-struct.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-bounds-on-structs-and-enums-in-fns.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-in-fns.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-in-impls.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-in-impls.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-locals.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-locals.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-static.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-static.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-xc.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-xc.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-xc1.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums-xc1.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-bounds-on-structs-and-enums.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-bounds-sugar.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-bounds-sugar.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-coercion-generic-bad.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-coercion-generic-bad.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-coercion-generic-regions.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-coercion-generic-regions.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-duplicate-methods.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-duplicate-methods.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-impl-1.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-impl-1.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-impl-can-not-have-untraitful-items.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-impl-can-not-have-untraitful-items.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
trait-impl-different-num-params.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-impl-different-num-params.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-impl-for-module.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-impl-for-module.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
trait-impl-method-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-impl-method-mismatch.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-impl-of-supertrait-has-wrong-lifetime-parameters.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-impl-of-supertrait-has-wrong-lifetime-parameters.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
trait-item-privacy.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-item-privacy.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
trait-matching-lifetimes.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-matching-lifetimes.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-method-private.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-method-private.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-object-auto-dedup-in-impl.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-object-auto-dedup-in-impl.stderr Add explanation for E0592 2019-06-14 11:19:21 +09:00
trait-object-macro-matcher.rs adding in these files that didn't get added in previous commit 2019-06-22 00:18:15 +08:00
trait-object-macro-matcher.stderr changed expected output in tests so it now passes with changed output 2019-06-21 22:12:07 +08:00
trait-object-safety.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-object-safety.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-object-vs-lifetime-2.rs adding in these files that didn't get added in previous commit 2019-06-22 00:18:15 +08:00
trait-object-vs-lifetime-2.stderr changed expected output in tests so it now passes with changed output 2019-06-21 22:12:07 +08:00
trait-object-vs-lifetime.rs adding in these files that didn't get added in previous commit 2019-06-22 00:18:15 +08:00
trait-object-vs-lifetime.stderr changed expected output in tests so it now passes with changed output 2019-06-21 22:12:07 +08:00
trait-object-with-self-in-projection-output-bad.rs improve tests as suggested by review comments 2018-12-18 00:33:21 +02:00
trait-object-with-self-in-projection-output-bad.stderr improve tests as suggested by review comments 2018-12-18 00:33:21 +02:00
trait-object-with-self-in-projection-output-good.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
trait-object-with-self-in-projection-output-repeated-supertrait.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
trait-or-new-type-instead.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-or-new-type-instead.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-privacy.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
trait-resolution-in-overloaded-op.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-resolution-in-overloaded-op.stderr Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
trait-safety-fn-body.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-safety-fn-body.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-safety-inherent-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-safety-inherent-impl.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-safety-trait-impl-cc.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-safety-trait-impl-cc.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-safety-trait-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-safety-trait-impl.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
trait-static-method-generic-inference.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-static-method-generic-inference.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trait-suggest-where-clause.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-suggest-where-clause.stderr Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
trait-test-2.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-test-2.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trait-test.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-test.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-with-dst.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
traits-assoc-type-in-supertrait-bad.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-assoc-type-in-supertrait-bad.stderr Update tests 2019-03-11 23:10:26 +03:00
traits-inductive-overflow-simultaneous.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-inductive-overflow-simultaneous.stderr Remove licenses 2018-12-25 21:08:33 -07:00
traits-inductive-overflow-supertrait-oibit.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-inductive-overflow-supertrait-oibit.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
traits-inductive-overflow-supertrait.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-inductive-overflow-supertrait.stderr Update tests 2019-03-11 23:10:26 +03:00
traits-inductive-overflow-two-traits.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-inductive-overflow-two-traits.stderr Update tests 2019-03-11 23:10:26 +03:00
traits-issue-23003-overflow.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
traits-multidispatch-bad.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-multidispatch-bad.stderr Suggest try_into when possible 2019-04-29 14:38:26 -07:00
traits-multidispatch-convert-ambig-dest.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-multidispatch-convert-ambig-dest.stderr Remove licenses 2018-12-25 21:08:33 -07:00
traits-negative-impls.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-negative-impls.stderr Remove licenses 2018-12-25 21:08:33 -07:00
traits-repeated-supertrait-ambig.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
traits-repeated-supertrait-ambig.stderr Update tests 2019-03-11 23:10:26 +03:00
traits-static-outlives-a-where-clause.rs Update tests. 2019-05-20 16:12:49 +01:00
wf-trait-object-maybe-bound.rs Reinstated shallow disallowing of maybe bounds in trait objects. 2019-05-20 16:12:49 +01:00
wf-trait-object-maybe-bound.stderr Reinstated shallow disallowing of maybe bounds in trait objects. 2019-05-20 16:12:49 +01:00
wf-trait-object-no-duplicates.rs Addressed points raised in review. 2019-05-20 16:12:49 +01:00
wf-trait-object-no-duplicates.stderr Addressed more points raised in review. 2019-05-20 16:12:49 +01:00
wf-trait-object-only-maybe-bound.rs adding in these files that didn't get added in previous commit 2019-06-22 00:18:15 +08:00
wf-trait-object-only-maybe-bound.stderr changed expected output in tests so it now passes with changed output 2019-06-21 22:12:07 +08:00
wf-trait-object-reverse-order.rs Addressed points raised in review. 2019-05-20 16:12:49 +01:00