rust/tests/ui/traits/trait-upcasting
2025-01-30 17:44:28 +00:00
..
add-supertrait-auto-traits.rs
alias-where-clause-isnt-supertrait.rs
alias-where-clause-isnt-supertrait.stderr
basic.rs
correct-supertrait-substitution.rs
cyclic-trait-resolution.rs
cyclic-trait-resolution.stderr
deref-upcast-behavioral-change.rs
deref-upcast-behavioral-change.stderr
diamond.rs
fewer-associated.rs
higher-ranked-upcasting-ok.rs Instantiate binders in supertrait_vtable_slot 2024-09-30 13:17:33 -04:00
higher-ranked-upcasting-ub.current.stderr Check allow instantiating object trait binder when upcasting and in new solver 2024-09-26 22:26:29 -04:00
higher-ranked-upcasting-ub.next.stderr
higher-ranked-upcasting-ub.rs
illegal-upcast-from-impl.current.stderr
illegal-upcast-from-impl.next.stderr
illegal-upcast-from-impl.rs
illegal-upcast-to-impl-opaque.rs Remove the -test suffix from normalize directives 2024-12-27 19:58:16 +11:00
impossible-method-modulo-binders-2.rs add note to test 2025-01-14 10:06:22 +01:00
impossible-method-modulo-binders.rs Leak check in impossible_predicates to avoid monomorphizing impossible instances 2025-01-14 01:51:16 +00:00
inference-behavior-change-deref.rs
inference-behavior-change-deref.stderr
invalid-upcast.rs
invalid-upcast.stderr
issue-11515-upcast-fn_mut-fn.rs
issue-11515.current.stderr
issue-11515.next.stderr
issue-11515.rs
lifetime.rs
lifetime.stderr
migrate-lint-deny-regions.rs
migrate-lint-deny-regions.stderr
migrate-lint-deny.rs
migrate-lint-deny.stderr
migrate-lint-different-substs.rs
migrate-lint-different-substs.stderr
multiple_supertrait_upcastable.rs Compiler: Rename "object safe" to "dyn compatible" 2024-09-25 13:26:48 +02:00
multiple_supertrait_upcastable.stderr Compiler: Rename "object safe" to "dyn compatible" 2024-09-25 13:26:48 +02:00
multiple-occurrence-ambiguousity.rs
multiple-occurrence-ambiguousity.stderr
multiple-supertraits-modulo-binder-vtable.rs More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
multiple-supertraits-modulo-binder-vtable.stderr More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
multiple-supertraits-modulo-binder.rs More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
multiple-supertraits-modulo-binder.run.stdout Do not treat vtable supertraits as distinct when bound with different bound vars 2025-01-30 15:33:58 +00:00
multiple-supertraits-modulo-normalization-vtable.rs More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
multiple-supertraits-modulo-normalization-vtable.stderr More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
multiple-supertraits-modulo-normalization.rs More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
multiple-supertraits-modulo-normalization.run.stdout Normalize vtable entries before walking and deduplicating them 2025-01-30 15:34:00 +00:00
normalization.rs
prefer-lower-candidates.rs Prefer lower TraitUpcasting candidates 2025-01-14 17:59:54 +00:00
replace-vptr.rs
replace-vptr.stderr
struct.rs
sub.rs Check allow instantiating object trait binder when upcasting and in new solver 2024-09-26 22:26:29 -04:00
subtrait-method.rs
subtrait-method.stderr
supertraits-modulo-inner-binder.rs More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
type-checking-test-1.current.stderr
type-checking-test-1.next.stderr
type-checking-test-1.rs
type-checking-test-2.rs
type-checking-test-2.stderr
type-checking-test-3.rs
type-checking-test-3.stderr best_blame_constraint: don't filter constraints by sup SCC 2025-01-06 16:08:29 -08:00
type-checking-test-4.rs
type-checking-test-4.stderr best_blame_constraint: don't filter constraints by sup SCC 2025-01-06 16:08:29 -08:00
type-checking-test-opaques.rs Support constraining opaque types while trait upcasting with binders 2024-05-23 16:02:24 +00:00
upcast-defining-opaque.rs
upcast-through-struct-tail.current.stderr
upcast-through-struct-tail.next.stderr
upcast-through-struct-tail.rs