rust/tests/ui/dyn-star
2023-05-25 03:35:14 +00: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 Move /src/test to /tests 2023-01-11 09:32:08 +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 Move /src/test to /tests 2023-01-11 09:32:08 +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
llvm-old-style-ptrs.rs Use inttoptr to support usize as dyn* value, use pointercast to make sure pointers are compatible 2023-02-18 19:47:33 +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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-unsize-coerce-dyn-trait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
param-env-infer.current.stderr Strongly prefer alias and param-env bounds 2023-05-25 03:35:14 +00:00
param-env-infer.next.stderr Strongly prefer alias and param-env bounds 2023-05-25 03:35:14 +00:00
param-env-infer.rs Strongly prefer alias and param-env bounds 2023-05-25 03:35:14 +00: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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
upcast.stderr Enforce that PointerLike requires a pointer-like ABI 2023-04-08 21:11:16 +00:00