Cargo explodes when trying to pull in libeir_ir due to an issue in the interpreter Cargo manifest, I suppose because it walks the tree of manifests, but I couldn't find how it was pulling in that crate specifically. In any case, the fix is to simply comment out/fixup the non-existent dependencies until they get updated.
Cargo explodes when trying to pull in
libeir_ir
due to an issue in theinterpreter
Cargo manifest, I suppose because it walks the tree of manifests, but I couldn't find how it was pulling in that crate specifically. In any case, the fix is to simply comment out/fixup the non-existent dependencies until they get updated.