summary refs log tree commit diff
path: root/tests/ui/dyn-star
AgeCommit message (Expand)AuthorLines
2023-07-07Normalize opaques during codegen in new solverMichael Goulet-3/+34
2023-07-06Dont ICE for `dyn* Trait: Trait` goals during selection in new trait solverMichael Goulet-1/+3
2023-07-03update testslcnr-58/+14
2023-05-31Check that RPITs are compatible with the opaques inferred during HIR typeck tooMichael Goulet-35/+0
2023-05-25Strongly prefer alias and param-env boundsMichael Goulet-7/+63
2023-05-23Don't ICE when computing PointerLike trait when region vars are in param-envMichael Goulet-0/+52
2023-05-12Don't ICE in layout computation for placeholder typesMichael Goulet-1/+19
2023-04-08Enforce that PointerLike requires a pointer-like ABIMichael Goulet-12/+20
2023-04-04dyn* is a valid constMichael Goulet-0/+21
2023-03-11Gate all usages of dyn*, even in macrosMichael Goulet-9/+29
2023-02-20slightly beef up dyn-star-to-dyn testRalf Jung-3/+11
2023-02-18Use inttoptr to support usize as dyn* value, use pointercast to make sure poi...Michael Goulet-0/+23
2023-02-07Rename PointerSized to PointerLikeMichael Goulet-17/+17
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-11Allow codegen to unsize dyn* to dynMichael Goulet-0/+20
2023-01-11Move /src/test to /testsAlbert Larsan-0/+683