rust/tests/ui/dyn-star
Urgau 4c2d6de70e Stabilize RFC3324 dyn upcasting coercion
Aka trait_upcasting feature.

And also adjust the `deref_into_dyn_supertrait` lint.
2023-11-22 13:56:36 +01:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
align.normal.stderr Enforce that PointerLike requires a pointer-like ABI 2023-04-08 21:11:16 +00:00
align.over_aligned.stderr Enforce that PointerLike requires a pointer-like ABI 2023-04-08 21:11:16 +00:00
align.rs Enforce that PointerLike requires a pointer-like ABI 2023-04-08 21:11:16 +00:00
box.rs Dont ICE for `dyn* Trait: Trait` goals during selection in new trait solver 2023-07-06 03:10:11 +00:00
check-size-at-cast-polymorphic-bad.current.stderr Don't ICE in layout computation for placeholder types 2023-05-12 00:58:06 +00:00
check-size-at-cast-polymorphic-bad.next.stderr Don't ICE in layout computation for placeholder types 2023-05-12 00:58:06 +00:00
check-size-at-cast-polymorphic-bad.rs Don't ICE in layout computation for placeholder types 2023-05-12 00:58:06 +00:00
check-size-at-cast-polymorphic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-size-at-cast.rs Enforce that PointerLike requires a pointer-like ABI 2023-04-08 21:11:16 +00:00
check-size-at-cast.stderr Enforce that PointerLike requires a pointer-like ABI 2023-04-08 21:11:16 +00:00
const-and-static.rs dyn* is a valid const 2023-04-04 00:28:05 +00:00
const-and-static.stderr dyn* is a valid const 2023-04-04 00:28:05 +00:00
const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dispatch-on-pin-mut.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dispatch-on-pin-mut.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dispatch-on-pin-mut.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont-unsize-coerce-dyn-star.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont-unsize-coerce-dyn-star.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont-unsize-coerce-dyn-star.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
drop.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
drop.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn-async-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn-star-to-dyn.rs slightly beef up dyn-star-to-dyn test 2023-02-20 15:08:05 +01:00
dyn-star-to-dyn.stderr Allow codegen to unsize dyn* to dyn 2023-01-11 19:52:42 +00:00
dyn-to-rigid.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn-to-rigid.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
error.stderr Point out if a local trait has no implementations 2023-09-10 21:20:36 +00:00
feature-gate-dyn_star.rs Gate all usages of dyn*, even in macros 2023-03-11 21:29:28 +00:00
feature-gate-dyn_star.stderr Gate all usages of dyn*, even in macros 2023-03-11 21:29:28 +00:00
gated-span.rs Gate all usages of dyn*, even in macros 2023-03-11 21:29:28 +00:00
gated-span.stderr Gate all usages of dyn*, even in macros 2023-03-11 21:29:28 +00:00
issue-102430.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
make-dyn-star.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-explicit-dyn-star-cast.rs Gate all usages of dyn*, even in macros 2023-03-11 21:29:28 +00:00
no-explicit-dyn-star-cast.stderr Gate all usages of dyn*, even in macros 2023-03-11 21:29:28 +00:00
no-explicit-dyn-star.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-explicit-dyn-star.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-implicit-dyn-star.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-implicit-dyn-star.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
no-unsize-coerce-dyn-trait.rs Stabilize RFC3324 dyn upcasting coercion 2023-11-22 13:56:36 +01:00
no-unsize-coerce-dyn-trait.stderr Stabilize RFC3324 dyn upcasting coercion 2023-11-22 13:56:36 +01:00
param-env-region-infer.current.stderr add tests 2023-08-03 15:12:44 +02:00
param-env-region-infer.rs add tests 2023-08-03 15:12:44 +02:00
return.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
syntax.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsize-into-ref-dyn-star.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unsize-into-ref-dyn-star.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
upcast.rs Stabilize RFC3324 dyn upcasting coercion 2023-11-22 13:56:36 +01:00
upcast.stderr Stabilize RFC3324 dyn upcasting coercion 2023-11-22 13:56:36 +01:00