Skip to content

Commit 620f66f

Browse files
committed
Mention workspace root's manifest explicitly
1 parent 8b8a3a8 commit 620f66f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cargo/core/workspace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ impl<'cfg> Workspace<'cfg> {
10071007
format_args!("\
10081008
some crates are on edition {edition} which defaults to `resolver = \"{resolver}\"`,\n\
10091009
\x20 but a virtual workspace defaults to `resolver = \"1\"`\n\
1010-
\x20 specify the desired resolver version explicitly at the workspace root\
1010+
\x20 specify the desired resolver version explicitly in the workspace root's manifest\
10111011
",
10121012
))?;
10131013
}

tests/testsuite/features2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ fn edition_2021_workspace_member() {
14331433
"\
14341434
warning: some crates are on edition 2021 which defaults to `resolver = \"2\"`,
14351435
but a virtual workspace defaults to `resolver = \"1\"`
1436-
specify the desired resolver version explicitly at the workspace root
1436+
specify the desired resolver version explicitly in the workspace root's manifest
14371437
[CHECKING] a v0.1.0 [..]
14381438
[FINISHED] [..]
14391439
",

0 commit comments

Comments
 (0)