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
In particular, we probably also want to add support for extra paths relative to the base output directory (e.g. target/debug, target/x86_64-unknown-linux-gnu/debug).
One challenge is that there can be multiple base output directories, and we may need a way to spec that out. (We don't currently support multiple --target options (#537), but upstream Rust does. Supporting multiple --targets isn't a requirement here, but we should ensure that whatever UI we come up with doesn't make supporting that harder.)
The text was updated successfully, but these errors were encountered:
In particular, we probably also want to add support for extra paths relative to the base output directory (e.g.
target/debug
,target/x86_64-unknown-linux-gnu/debug
).One challenge is that there can be multiple base output directories, and we may need a way to spec that out. (We don't currently support multiple
--target
options (#537), but upstream Rust does. Supporting multiple--target
s isn't a requirement here, but we should ensure that whatever UI we come up with doesn't make supporting that harder.)The text was updated successfully, but these errors were encountered: