We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c015a00 commit 6a3255cCopy full SHA for 6a3255c
src/cargo/ops/cargo_new.rs
@@ -906,7 +906,7 @@ mod tests {
906
}
907
908
909
- if let Err(e) = Workspace::new(&path.join("Cargo.toml"), gctx) {
+ if let Err(e) = Workspace::new(&manifest_path, gctx) {
910
crate::display_warning_with_error(
911
"compiling this new package may not work due to invalid \
912
workspace configuration",
0 commit comments