rust/tests/ui/delegation
Vadim Petrochenkov 7b7c26f09b delegation: Support async, const, extern "ABI" and C-variadic functions
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.
2024-04-23 23:05:39 +03:00
..
auxiliary delegation: Support async, const, extern "ABI" and C-variadic functions 2024-04-23 23:05:39 +03:00
bad-resolve.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
bad-resolve.stderr Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
duplicate-definition-inside-trait-impl.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
duplicate-definition-inside-trait-impl.stderr Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
explicit-paths-in-traits-pass.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
explicit-paths-pass.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
explicit-paths-signature-pass.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
explicit-paths.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
explicit-paths.stderr Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
fn-header.rs delegation: Support async, const, extern "ABI" and C-variadic functions 2024-04-23 23:05:39 +03:00
ice-issue-122550.rs Delegation: fix ICE on `bound_vars` divergence 2024-03-22 17:24:41 +03:00
ice-issue-122550.stderr Delegation: fix ICE on `bound_vars` divergence 2024-03-22 17:24:41 +03:00
impl-trait.rs delegation: Support async, const, extern "ABI" and C-variadic functions 2024-04-23 23:05:39 +03:00
not-supported.rs delegation: Support async, const, extern "ABI" and C-variadic functions 2024-04-23 23:05:39 +03:00
not-supported.stderr delegation: Support async, const, extern "ABI" and C-variadic functions 2024-04-23 23:05:39 +03:00
parse.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
rename.rs delegation: Support renaming 2024-04-23 22:38:16 +03:00
target-expr-pass.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
target-expr-pass.stderr Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
target-expr.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
target-expr.stderr Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00