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 90594df commit c882b8eCopy full SHA for c882b8e
src/cargo/util/command_prelude.rs
@@ -308,7 +308,8 @@ pub trait ArgMatchesExt {
308
if self._is_present(flag) {
309
bail!(
310
"--{} is not allowed in the root of a virtual workspace\n\
311
- note: while this was previously accepted, it didn't actually do anything",
+ note: while this was previously accepted, it didn't actually do anything\n\
312
+ help: try cd into the package and run cargo command",
313
flag
314
);
315
}
0 commit comments