rust/tests/ui/const-generics/generic_arg_infer
Esteban Küber a9841936fe Deduplicate more sized errors on call exprs
Change the implicit `Sized` `Obligation` `Span` for call expressions to
include the whole expression. This aids the existing deduplication
machinery to reduce the number of errors caused by a single unsized
expression.
2024-01-24 02:53:15 +00:00
..
array-repeat-expr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont-use-defaults.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
in-signature.rs properly check associated consts for infer placeholders 2023-06-11 00:27:03 +00:00
in-signature.stderr properly check associated consts for infer placeholders 2023-06-11 00:27:03 +00:00
infer_arg_and_const_arg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
infer-arg-test.rs Avoid a track_errors by bubbling up most errors from check_well_formed 2023-10-20 08:46:27 +00:00
infer-arg-test.stderr Avoid a track_errors by bubbling up most errors from check_well_formed 2023-10-20 08:46:27 +00:00
issue-91614.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-91614.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00