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
If it is a Cargo.toml then we should just use that for the cargo rustc invocation. If it is a path to .rs, treat that as the root for a standalone crate.
If it is a
Cargo.tomlthen we should just use that for thecargo rustcinvocation. If it is a path to.rs, treat that as the root for a standalone crate.Becomes relevant with #5214.