rust/tests/ui/delegation
2025-12-16 13:23:48 +00:00
..
auxiliary delegation: Support async, const, extern "ABI" and C-variadic functions 2024-04-23 23:05:39 +03:00
generics On E0277, point at type that doesn't implement bound 2025-08-22 17:55:15 +00:00
bad-resolve.rs Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
bad-resolve.stderr Make typo in field and name suggestions verbose 2025-12-09 17:29:23 +00:00
body-identity-glob.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
body-identity-list.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
correct_body_owner_parent_found_in_diagnostics.rs Rewrite get_fn_id_for_return_block 2024-08-16 20:53:13 +01:00
correct_body_owner_parent_found_in_diagnostics.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00: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
empty-glob.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
empty-glob.stderr delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
empty-list.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
empty-list.stderr delegation: Implement list delegation 2024-05-15 02:32:59 +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: support coercion for target expression 2024-07-16 18:03:15 +03:00
explicit-paths-signature-pass.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
explicit-paths.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
explicit-paths.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
fn-header-variadic.rs Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
fn-header-variadic.stderr Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
fn-header.rs Add ignore-backends annotations in failing GCC backend ui tests 2025-07-23 13:48:04 +02:00
foreign-fn.rs Delegation: allow foreign fns reuse 2025-03-13 14:13:07 +03:00
foreign-fn.stderr Delegation: allow foreign fns reuse 2025-03-13 14:13:07 +03:00
glob-bad-path.rs Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
glob-bad-path.stderr Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
glob-glob-conflict.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
glob-glob-conflict.stderr delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
glob-glob.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
glob-non-fn.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
glob-non-fn.stderr bless tests 2025-04-27 18:14:55 +02:00
glob-non-impl.rs Update tests. 2025-01-07 16:04:14 +01:00
glob-non-impl.stderr delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
glob-override.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
glob-traitless-qpath.rs delegation: Do not crash on qpaths without a trait 2024-06-22 19:57:19 +03:00
glob-traitless-qpath.stderr delegation: Do not crash on qpaths without a trait 2024-06-22 19:57:19 +03:00
glob.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
ice-isssue-128190.rs Delegation: fix ICE with invalid MethodCall generation 2025-03-10 17:08:29 +03:00
ice-isssue-128190.stderr Delegation: fix ICE with invalid MethodCall generation 2025-03-10 17:08:29 +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 On E0277, point at type that doesn't implement bound 2025-08-22 17:55:15 +00:00
ice-issue-124342.rs Delegation: fix ICE on late diagnostics 2024-06-10 19:25:34 +03:00
ice-issue-124342.stderr Delegation: fix ICE on late diagnostics 2024-06-10 19:25:34 +03:00
ice-issue-124347.rs update/bless tests 2025-04-06 21:41:47 +02:00
ice-issue-124347.stderr update/bless tests 2025-04-06 21:41:47 +02:00
ice-issue-138362.rs Delegation: one more ICE fix for MethodCall generation 2025-03-12 15:59:37 +03:00
ice-issue-138362.stderr Delegation: one more ICE fix for MethodCall generation 2025-03-12 15:59:37 +03:00
ice-line-bounds-issue-148732.rs Generate error delegation body when delegation is not resolved 2025-12-05 15:22:26 +03:00
ice-line-bounds-issue-148732.stderr remove fixme & update stderr files 2025-12-16 13:23:48 +00:00
impl-trait.rs delegation: Support async, const, extern "ABI" and C-variadic functions 2024-04-23 23:05:39 +03:00
inner-attr.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
inner-attr.stderr don't suggest turning crate-level attributes into outer style 2024-08-04 00:11:16 +08:00
list.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
macro-inside-glob.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
macro-inside-list.rs delegation: Fix hygiene for self 2024-06-15 00:45:05 +03:00
method-call-choice.rs Delegation: support coercion for target expression 2024-07-16 18:03:15 +03:00
method-call-choice.stderr Delegation: support coercion for target expression 2024-07-16 18:03:15 +03:00
method-call-priority.rs Delegation: support coercion for target expression 2024-07-16 18:03:15 +03:00
parse.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
rename.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
self-coercion.rs Delegation: support coercion for target expression 2024-07-16 18:03:15 +03:00
self-hygiene.rs delegation: Fix hygiene for self 2024-06-15 00:45:05 +03:00
self-hygiene.stderr delegation: Fix hygiene for self 2024-06-15 00:45:05 +03:00
target-expr-pass.rs Delegation: fix ICE on wrong instantiation 2024-03-27 15:51:48 +03:00
target-expr-pass.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
target-expr.rs Delegation: support generics for delegation from free functions 2024-07-29 20:04:55 +03:00
target-expr.stderr Add note to E0401 2025-11-03 16:24:36 +00:00
unreachable-label-ice-148889.rs Rename added test 2025-12-01 15:30:53 +03:00
unreachable-label-ice-148889.stderr Rename added test 2025-12-01 15:30:53 +03:00
unsupported.current.stderr Remove #[const_trait] 2025-11-08 07:37:15 +01:00
unsupported.next.stderr Remove #[const_trait] 2025-11-08 07:37:15 +01:00
unsupported.rs Remove #[const_trait] 2025-11-08 07:37:15 +01:00
unused-import-ice-144594.rs Generate error delegation body when delegation is not resolved 2025-12-05 15:22:26 +03:00
unused-import-ice-144594.stderr Generate error delegation body when delegation is not resolved 2025-12-05 15:22:26 +03:00