@@ -51,7 +51,7 @@ fn build_bin_default_features() {
51
51
. with_stderr (
52
52
"\
53
53
error: target `foo` in package `foo` requires the features: `a`
54
- Consider enabling them by passing e.g., `--features=\" a\" `
54
+ Consider enabling them by passing, e.g., `--features=\" a\" `
55
55
" ,
56
56
)
57
57
. run ( ) ;
@@ -159,7 +159,7 @@ fn build_example_default_features() {
159
159
. with_stderr (
160
160
"\
161
161
error: target `foo` in package `foo` requires the features: `a`
162
- Consider enabling them by passing e.g., `--features=\" a\" `
162
+ Consider enabling them by passing, e.g., `--features=\" a\" `
163
163
" ,
164
164
)
165
165
. run ( ) ;
@@ -226,7 +226,7 @@ fn build_example_multiple_required_features() {
226
226
. with_stderr (
227
227
"\
228
228
error: target `foo_1` in package `foo` requires the features: `b`, `c`
229
- Consider enabling them by passing e.g., `--features=\" b c\" `
229
+ Consider enabling them by passing, e.g., `--features=\" b c\" `
230
230
" ,
231
231
)
232
232
. run ( ) ;
@@ -246,7 +246,7 @@ Consider enabling them by passing e.g., `--features=\"b c\"`
246
246
. with_stderr (
247
247
"\
248
248
error: target `foo_1` in package `foo` requires the features: `b`, `c`
249
- Consider enabling them by passing e.g., `--features=\" b c\" `
249
+ Consider enabling them by passing, e.g., `--features=\" b c\" `
250
250
" ,
251
251
)
252
252
. run ( ) ;
@@ -255,7 +255,7 @@ Consider enabling them by passing e.g., `--features=\"b c\"`
255
255
. with_stderr (
256
256
"\
257
257
error: target `foo_2` in package `foo` requires the features: `a`
258
- Consider enabling them by passing e.g., `--features=\" a\" `
258
+ Consider enabling them by passing, e.g., `--features=\" a\" `
259
259
" ,
260
260
)
261
261
. run ( ) ;
@@ -313,7 +313,7 @@ fn test_default_features() {
313
313
. with_stderr (
314
314
"\
315
315
error: target `foo` in package `foo` requires the features: `a`
316
- Consider enabling them by passing e.g., `--features=\" a\" `
316
+ Consider enabling them by passing, e.g., `--features=\" a\" `
317
317
" ,
318
318
)
319
319
. run ( ) ;
@@ -474,7 +474,7 @@ fn bench_default_features() {
474
474
. with_stderr (
475
475
"\
476
476
error: target `foo` in package `foo` requires the features: `a`
477
- Consider enabling them by passing e.g., `--features=\" a\" `
477
+ Consider enabling them by passing, e.g., `--features=\" a\" `
478
478
" ,
479
479
)
480
480
. run ( ) ;
@@ -663,7 +663,7 @@ fn install_default_features() {
663
663
664
664
Caused by:
665
665
target `foo` in package `foo` requires the features: `a`
666
- Consider enabling them by passing e.g., `--features=\" a\" `
666
+ Consider enabling them by passing, e.g., `--features=\" a\" `
667
667
" ,
668
668
)
669
669
. run ( ) ;
@@ -683,7 +683,7 @@ Consider enabling them by passing e.g., `--features=\"a\"`
683
683
684
684
Caused by:
685
685
target `foo` in package `foo` requires the features: `a`
686
- Consider enabling them by passing e.g., `--features=\" a\" `
686
+ Consider enabling them by passing, e.g., `--features=\" a\" `
687
687
" ,
688
688
)
689
689
. run ( ) ;
@@ -940,7 +940,7 @@ fn dep_feature_in_cmd_line() {
940
940
. with_stderr (
941
941
"\
942
942
error: target `foo` in package `foo` requires the features: `bar/a`
943
- Consider enabling them by passing e.g., `--features=\" bar/a\" `
943
+ Consider enabling them by passing, e.g., `--features=\" bar/a\" `
944
944
" ,
945
945
)
946
946
. run ( ) ;
@@ -954,7 +954,7 @@ Consider enabling them by passing e.g., `--features=\"bar/a\"`
954
954
. with_stderr (
955
955
"\
956
956
error: target `foo` in package `foo` requires the features: `bar/a`
957
- Consider enabling them by passing e.g., `--features=\" bar/a\" `
957
+ Consider enabling them by passing, e.g., `--features=\" bar/a\" `
958
958
" ,
959
959
)
960
960
. run ( ) ;
@@ -1110,7 +1110,7 @@ fn run_default() {
1110
1110
. with_stderr (
1111
1111
"\
1112
1112
error: target `foo` in package `foo` requires the features: `a`
1113
- Consider enabling them by passing e.g., `--features=\" a\" `
1113
+ Consider enabling them by passing, e.g., `--features=\" a\" `
1114
1114
" ,
1115
1115
)
1116
1116
. run ( ) ;
0 commit comments