File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +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
61
" ,
61
62
)
62
63
. run ( ) ;
@@ -125,6 +126,7 @@ fn virtual_features() {
125
126
"\
126
127
[ERROR] --features is not allowed in the root of a virtual workspace
127
128
[NOTE] while this was previously accepted, it didn't actually do anything
129
+ [HELP] try cd into the package and run cargo command
128
130
" ,
129
131
)
130
132
. run ( ) ;
@@ -202,6 +204,7 @@ fn virtual_with_specific() {
202
204
"\
203
205
[ERROR] --features is not allowed in the root of a virtual workspace
204
206
[NOTE] while this was previously accepted, it didn't actually do anything
207
+ [HELP] try cd into the package and run cargo command
205
208
" ,
206
209
)
207
210
. run ( ) ;
@@ -371,6 +374,7 @@ fn virtual_member_slash() {
371
374
"\
372
375
[ERROR] --features is not allowed in the root of a virtual workspace
373
376
[NOTE] while this was previously accepted, it didn't actually do anything
377
+ [HELP] try cd into the package and run cargo command
374
378
" ,
375
379
)
376
380
. run ( ) ;
You can’t perform that action at this time.
0 commit comments