Files
rust/tests/ui/enum-discriminant
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-05-28 15:14:34 +01:00
2024-11-30 16:00:55 +01:00
2025-05-28 15:14:34 +01:00
2025-07-28 10:29:02 +00:00