rust/tests/ui/traits/trait-upcasting
2023-08-19 22:12:51 +00:00
..
alias-where-clause-isnt-supertrait.rs Broken tests 2023-04-11 17:45:42 +00:00
alias-where-clause-isnt-supertrait.stderr Allow the elaborator to only filter to real supertraits 2023-04-11 17:45:42 +00:00
basic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
correct-supertrait-substitution.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cyclic-trait-resolution.rs added links as a note 2023-07-18 09:27:35 -04:00
cyclic-trait-resolution.stderr moved note as unspanned note, moved note to the bottom of the msg 2023-07-18 21:53:34 -04:00
diamond.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fewer-associated.rs Rework upcasting 2023-08-03 18:21:11 +00:00
illegal-upcast-from-impl.current.stderr Rework upcasting 2023-08-03 18:21:11 +00:00
illegal-upcast-from-impl.next.stderr Rework upcasting 2023-08-03 18:21:11 +00:00
illegal-upcast-from-impl.rs Rework upcasting 2023-08-03 18:21:11 +00:00
invalid-upcast.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-upcast.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-11515-upcast-fn_mut-fn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-11515.current.stderr Eagerly resolve vars in predicate during coercion loop 2023-07-08 03:41:22 +00:00
issue-11515.next.stderr Eagerly resolve vars in predicate during coercion loop 2023-07-08 03:41:22 +00:00
issue-11515.rs Eagerly resolve vars in predicate during coercion loop 2023-07-08 03:41:22 +00:00
lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
migrate-lint-deny.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
migrate-lint-deny.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
multiple_supertrait_upcastable.rs Reintroduce multiple_supertrait_upcastable lint 2023-01-28 15:08:07 +00:00
multiple_supertrait_upcastable.stderr Reintroduce multiple_supertrait_upcastable lint 2023-01-28 15:08:07 +00:00
multiple-occurrence-ambiguousity.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
multiple-occurrence-ambiguousity.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
normalization.rs Fix upcasting with normalization in old solver, add a test 2023-08-03 18:21:11 +00:00
replace-vptr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
struct.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
subtrait-method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
subtrait-method.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-checking-test-1.current.stderr Avoid side-effects from try_coerce when suggesting borrowing LHS of cast 2023-08-19 22:12:51 +00:00
type-checking-test-1.next.stderr Probe when assembling upcast candidates so they don't step on eachother's toes 2023-08-15 01:02:13 +00:00
type-checking-test-1.rs Avoid side-effects from try_coerce when suggesting borrowing LHS of cast 2023-08-19 22:12:51 +00:00
type-checking-test-2.rs Avoid side-effects from try_coerce when suggesting borrowing LHS of cast 2023-08-19 22:12:51 +00:00
type-checking-test-2.stderr Avoid side-effects from try_coerce when suggesting borrowing LHS of cast 2023-08-19 22:12:51 +00:00
type-checking-test-3.polonius.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-checking-test-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-checking-test-3.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-checking-test-4.polonius.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-checking-test-4.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-checking-test-4.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
upcast-through-struct-tail.current.stderr Detect trait upcasting through struct tail unsizing 2023-07-29 06:40:36 +00:00
upcast-through-struct-tail.next.stderr Detect trait upcasting through struct tail unsizing 2023-07-29 06:40:36 +00:00
upcast-through-struct-tail.rs Detect trait upcasting through struct tail unsizing 2023-07-29 06:40:36 +00:00