Files
rust/tests/ui/const-generics
bors 8579a1856a Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-errors
Fix representation when printing abstract consts

Previously, when printing a const generic expr, it would only display it as `{{const expr}}`. This allows for a more legible representation when printing these out.

I also zipped the types with their constants for abstract consts that contain function calls when using type annotations, eg: `foo(S: usize, true: bool) -> usize` insteaad of `foo(S, true): fn(usize, bool) -> usize` for conciseness.
2024-03-19 09:04:41 +00:00
..
2024-01-13 12:46:58 -05:00
2023-12-24 01:58:13 +08:00
2023-12-24 01:58:13 +08:00
2024-02-07 10:42:01 +08:00
2023-07-27 15:51:02 +00:00