rust/tests/ui/const-generics/generic_arg_infer
Oli Scherer c51f05be30 Report infer ty errors during hir ty lowering
This centralizes the placeholder type error reporting in one location, but it also exposes the granularity at which we convert things from hir to ty more. E.g. previously infer types in where bounds were errored together with the function signature, but now they are independent.
2025-06-27 07:51:38 +00:00
..
array-repeat-expr-lib.rs stabilize gai 2025-06-11 15:30:15 +01:00
array-repeat-expr.rs stabilize gai 2025-06-11 15:30:15 +01:00
dont-use-defaults.rs stabilize gai 2025-06-11 15:30:15 +01:00
in-signature.rs Report infer ty errors during hir ty lowering 2025-06-27 07:51:38 +00:00
in-signature.stderr Report infer ty errors during hir ty lowering 2025-06-27 07:51:38 +00:00
infer-arg-test.rs stabilize gai 2025-06-11 15:30:15 +01:00
infer-arg-test.stderr stabilize gai 2025-06-11 15:30:15 +01:00
infer_arg_and_const_arg.rs stabilize gai 2025-06-11 15:30:15 +01:00
issue-91614.rs stabilize gai 2025-06-11 15:30:15 +01:00
issue-91614.stderr stabilize gai 2025-06-11 15:30:15 +01:00
parend_infer.rs stabilize gai 2025-06-11 15:30:15 +01:00