Files
rust/tests/ui/static
Esteban Küber 87d8f5885b Provide more context on type errors in const context
- On `const` and `static` point at the type (like we do for let bindings)
- On fn calls, point at const parameter in fn definition
- On type, point at const parameter in type definition
- On array type lengths, explain that array length is always `usize`
- On enum variant discriminant, mention `repr`
2026-03-14 20:13:43 +00:00
..
2025-06-13 09:20:48 +02:00
2025-06-13 09:20:48 +02:00
2025-09-28 20:55:35 +00:00
2025-11-02 20:12:26 +00:00
2025-09-28 20:55:35 +00:00
2026-01-16 06:50:34 +09:00