You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works in theory, the only problem is that Make tries to build each .rs file with rustc separately (which fails for all rust files except the main one). If you invoke rustc manually it works, so it's only a build system issue.
Activity
dbrgn commentedon Jan 27, 2016
This probably means "support for modules in separate files".
I did a first try a while ago:
dbrgn@b3d2dae
This works in theory, the only problem is that Make tries to build each .rs file with rustc separately (which fails for all rust files except the main one). If you invoke rustc manually it works, so it's only a build system issue.