rust/src/test/ui/argument-suggestions
2023-01-05 16:51:16 +00:00
..
basic.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
basic.stderr print argument name in arg mismatch if possible 2022-12-17 20:59:25 +00:00
complex.rs Implementation for 65853 2022-04-16 02:26:56 -04:00
complex.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
display-is-suggestable.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
display-is-suggestable.stderr Auto traits in dyn are suggestable 2022-12-14 18:39:39 +00:00
exotic-calls.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
exotic-calls.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
extern-fn-arg-names.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
extern-fn-arg-names.stderr Provide local extern function arg names 2022-12-27 17:21:08 +00:00
extra_arguments.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
extra_arguments.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
formal-and-expected-differ.rs More accurately report error when formal and expected signature types differ 2022-11-10 20:21:31 +00:00
formal-and-expected-differ.stderr More accurately report error when formal and expected signature types differ 2022-11-10 20:21:31 +00:00
invalid_arguments.rs Implementation for 65853 2022-04-16 02:26:56 -04:00
invalid_arguments.stderr Point out a single arg if we have a single arg incompatibility 2022-08-12 15:18:39 +00:00
issue-96638.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
issue-96638.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
issue-97197.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
issue-97197.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
issue-97484.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
issue-97484.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
issue-98894.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
issue-98894.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
issue-98897.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
issue-98897.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
issue-99482.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
issue-99482.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
issue-100154.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
issue-100154.stderr opt node type 2022-08-04 22:43:39 +00:00
issue-100478.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
issue-100478.stderr fix #101097, avoid infinite loop in fn arguments checking 2022-09-09 09:51:21 +08:00
issue-101097.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
issue-101097.stderr fix #101097, avoid infinite loop in fn arguments checking 2022-09-09 09:51:21 +08:00
missing_arguments.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
missing_arguments.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
mixed_cases.rs Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
mixed_cases.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
permuted_arguments.rs Implementation for 65853 2022-04-16 02:26:56 -04:00
permuted_arguments.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
swapped_arguments.rs Implementation for 65853 2022-04-16 02:26:56 -04:00
swapped_arguments.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
too-long.rs Point out a single arg if we have a single arg incompatibility 2022-08-12 15:18:39 +00:00
too-long.stderr Tweak wording of fn call with wrong number of args 2023-01-05 03:02:10 +00:00
two-mismatch-notes.rs Do not inline non-simple argument type errors into labels 2022-08-13 18:24:36 +00:00
two-mismatch-notes.stderr review comments: do not always point at init expr 2023-01-05 16:51:16 +00:00