forked from M-Labs/nac3
David Mak
8fd7216243
This is required for the new core_log and rtio_log functions, which take a generic type as its parameter. However, in ARTIQ builtins are initialized using one unifier and then actually used by another unifier. lateinit_builtins workaround this issue by deferring the initialization of functions requiring type variables until the actual unifier is ready. |
||
---|---|---|
.. | ||
irrt | ||
builtin_fns.rs | ||
classes.rs | ||
concrete_type.rs | ||
expr.rs | ||
extern_fns.rs | ||
generator.rs | ||
llvm_intrinsics.rs | ||
mod.rs | ||
numpy.rs | ||
stmt.rs | ||
test.rs |