roc/crates/compiler/build
Ayaz Hafiz 759f8d86af
Fix lifetime errors due to interner
In the llvm backend, there are the lifetimes `'a` (lifetime of the
global arena) and `'ctx` (lifetime of constructed LLVM values). `'a`
lives longer than `'ctx`, but the compiler didn't enforce this until
the layout interner was introduced, for some reason. We have to make
sure that containers of lifetime `'a` have no `'ctx` references.
2022-12-29 11:38:34 -06:00
..
src Fix lifetime errors due to interner 2022-12-29 11:38:34 -06:00
Cargo.toml add links to docs 2022-12-15 14:45:25 -08:00