Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels