Files
zig/src
mlugg 28caaea093 AstGen: allow closure over known-runtime values within @TypeOf
AstGen emits an error when a closure over a known-runtime value crosses
a namespace boundary. This usually makes sense: however, this usage is
actually valid if the capture is within a `@TypeOf` operand. Sema
already has a special case to allow such closure within `@TypeOf` when
AstGen could not determine a value to be runtime-known. This commit
simply introduces analagous logic to AstGen to allow `var`s to cross
namespace boundaries within `@TypeOf`.
2023-09-17 12:41:11 +01:00
..
2023-06-20 12:55:38 -04:00
2023-08-15 02:52:38 -07:00
2023-07-18 19:02:05 -07:00
2023-01-25 20:56:23 -07:00
2023-08-08 21:32:50 -04:00