mlugg 04c9f50aec compiler: improve "... contains reference to comptime var" errors
`Sema.explainWhyValueContainsReferenceToComptimeVar` (concise name!)
adds notes to an error explaining how to get from a given `Value` to a
pointer to some `comptime var` (or a comptime field). Previously, this
error could be very opaque in any case where it wasn't obvious where the
comptime var pointer came from; particularly for type captures. Now, the
error notes explain this to the user.
2025-01-11 08:54:47 +00:00
..
2024-12-16 20:56:29 -05:00
2024-12-19 17:10:03 -05:00
2024-12-15 03:40:20 -08:00
2024-11-25 14:18:55 -08:00
2024-12-13 13:24:38 +01:00