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() {
5757 "\
5858 [ERROR] --no-default-features is not allowed in the root of a virtual workspace
5959[NOTE] while this was previously accepted, it didn't actually do anything
60+ [HELP] try cd into the package and run cargo command
6061" ,
6162 )
6263 . run ( ) ;
@@ -125,6 +126,7 @@ fn virtual_features() {
125126 "\
126127 [ERROR] --features is not allowed in the root of a virtual workspace
127128[NOTE] while this was previously accepted, it didn't actually do anything
129+ [HELP] try cd into the package and run cargo command
128130" ,
129131 )
130132 . run ( ) ;
@@ -202,6 +204,7 @@ fn virtual_with_specific() {
202204 "\
203205 [ERROR] --features is not allowed in the root of a virtual workspace
204206[NOTE] while this was previously accepted, it didn't actually do anything
207+ [HELP] try cd into the package and run cargo command
205208" ,
206209 )
207210 . run ( ) ;
@@ -371,6 +374,7 @@ fn virtual_member_slash() {
371374 "\
372375 [ERROR] --features is not allowed in the root of a virtual workspace
373376[NOTE] while this was previously accepted, it didn't actually do anything
377+ [HELP] try cd into the package and run cargo command
374378" ,
375379 )
376380 . run ( ) ;
You can’t perform that action at this time.
0 commit comments