@@ -412,7 +412,7 @@ fn bad_format() {
412412could not load Cargo configuration
413413
414414Caused by:
415- `include` expected a string or list, but found integer in `[ROOT]/.cargo/config.toml`
415+ expected a string or list of strings , but found integer at `include` in `[ROOT]/.cargo/config.toml
416416"# ] ] ,
417417 ) ;
418418}
@@ -530,7 +530,7 @@ fn inline_table_style() {
530530could not load Cargo configuration
531531
532532Caused by:
533- `include` expected a string or list of strings , but found table in list
533+ expected a string, but found table at `include[1]` in `[ROOT]/.cargo/config.toml
534534"# ] ] ,
535535 ) ;
536536}
@@ -575,7 +575,7 @@ fn array_of_tables_style() {
575575could not load Cargo configuration
576576
577577Caused by:
578- `include` expected a string or list of strings , but found table in list
578+ expected a string, but found table at `include[0]` in `[ROOT]/.cargo/config.toml
579579"# ] ] ,
580580 ) ;
581581}
@@ -610,7 +610,7 @@ fn table_with_unknown_fields() {
610610could not load Cargo configuration
611611
612612Caused by:
613- `include` expected a string or list of strings , but found table in list
613+ expected a string, but found table at `include[0]` in `[ROOT]/.cargo/config.toml
614614"# ] ] ,
615615 ) ;
616616}
@@ -636,7 +636,7 @@ fn table_missing_required_field() {
636636could not load Cargo configuration
637637
638638Caused by:
639- `include` expected a string or list of strings , but found table in list
639+ expected a string, but found table at `include[0]` in `[ROOT]/.cargo/config.toml
640640"# ] ] ,
641641 ) ;
642642}
0 commit comments