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
I've been trying to find a web-server library that works for a crate in a workspace and can't find anything. It seems that tokio and async_std or the crates themselves (actix, gotham, warp, tide, etc) break all symbol inference when added as a dependency to a crate in a workspace. I have these flags setup:
For now, I'm just building each crate on its own (no workspace), but this does lead to the issue described in the docs:
If each crate had its own target directory, each crate would have to recompile each of the other crates in the workspace to have the artifacts in its own target directory. By sharing one target directory, the crates can avoid unnecessary rebuilding.
I'm scratching my head because I don't know what other debug information I can provide, other than "I don't see any errors highlighted when my crate is in a workspace."
The text was updated successfully, but these errors were encountered:
I've been trying to find a web-server library that works for a crate in a workspace and can't find anything. It seems that tokio and async_std or the crates themselves (actix, gotham, warp, tide, etc) break all symbol inference when added as a dependency to a crate in a workspace. I have these flags setup:
For now, I'm just building each crate on its own (no workspace), but this does lead to the issue described in the docs:
I'm scratching my head because I don't know what other debug information I can provide, other than "I don't see any errors highlighted when my crate is in a workspace."
The text was updated successfully, but these errors were encountered: