My project contains two subdirectories of src, liba and libb. Both of them contain lib.rs. libb depends on liba. Inside the libb folder is a folder called test which contains test.rs and depends on the contents of libb. When building with rustpkg, libb is compiled ad infinitum as it tries to resolve its dependency.
My project contains two subdirectories of
src,libaandlibb. Both of them containlib.rs.libbdepends onliba. Inside thelibbfolder is a folder calledtestwhich containstest.rsand depends on the contents oflibb. When building with rustpkg,libbis compiled ad infinitum as it tries to resolve its dependency.