@@ -57,7 +57,7 @@ fn virtual_no_default_features() {
57
57
"\
58
58
[ERROR] --no-default-features is not allowed in the root of a virtual workspace
59
59
[NOTE] while this was previously accepted, it didn't actually do anything
60
- [HELP] try cd into the package and run cargo command
60
+ [HELP] change the current directory to the package directory, or use the --manifest-path flag to the path of the package
61
61
" ,
62
62
)
63
63
. run ( ) ;
@@ -126,7 +126,7 @@ fn virtual_features() {
126
126
"\
127
127
[ERROR] --features is not allowed in the root of a virtual workspace
128
128
[NOTE] while this was previously accepted, it didn't actually do anything
129
- [HELP] try cd into the package and run cargo command
129
+ [HELP] change the current directory to the package directory, or use the --manifest-path flag to the path of the package
130
130
" ,
131
131
)
132
132
. run ( ) ;
@@ -204,7 +204,7 @@ fn virtual_with_specific() {
204
204
"\
205
205
[ERROR] --features is not allowed in the root of a virtual workspace
206
206
[NOTE] while this was previously accepted, it didn't actually do anything
207
- [HELP] try cd into the package and run cargo command
207
+ [HELP] change the current directory to the package directory, or use the --manifest-path flag to the path of the package
208
208
" ,
209
209
)
210
210
. run ( ) ;
@@ -374,7 +374,7 @@ fn virtual_member_slash() {
374
374
"\
375
375
[ERROR] --features is not allowed in the root of a virtual workspace
376
376
[NOTE] while this was previously accepted, it didn't actually do anything
377
- [HELP] try cd into the package and run cargo command
377
+ [HELP] change the current directory to the package directory, or use the --manifest-path flag to the path of the package
378
378
" ,
379
379
)
380
380
. run ( ) ;
0 commit comments