Skip to content

Commit ca91c5d

Browse files
authored
Fix test for package_features for help
1 parent c882b8e commit ca91c5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testsuite/package_features.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)