about summary refs log tree commit diff
path: root/tests/ui/delegation/impl-trait.rs
AgeCommit message (Collapse)AuthorLines
2024-04-23delegation: Support async, const, extern "ABI" and C-variadic functionsVadim Petrochenkov-0/+27
Also allow `impl Trait` in delegated functions. The delegation item will refer to the original opaque type from the callee, fresh opaque type won't be created.