File tree Expand file tree Collapse file tree
src/tools/rust-analyzer/crates/rust-analyzer/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1897,7 +1897,7 @@ impl Config {
18971897 CargoFeaturesDef :: Selected ( it) => it,
18981898 } ,
18991899 extra_args : self . extra_args ( source_root) . clone ( ) ,
1900- extra_test_bin_args : self . runnables_extraTestBinaryArgs ( ) . clone ( ) ,
1900+ extra_test_bin_args : self . runnables_extraTestBinaryArgs ( source_root ) . clone ( ) ,
19011901 extra_env : self . extra_env ( source_root) . clone ( ) ,
19021902 target_dir : self . target_dir_from_config ( source_root) ,
19031903 }
@@ -1954,7 +1954,7 @@ impl Config {
19541954 CargoFeaturesDef :: Selected ( it) => it,
19551955 } ,
19561956 extra_args : self . check_extra_args ( source_root) ,
1957- extra_test_bin_args : self . runnables_extraTestBinaryArgs ( ) . clone ( ) ,
1957+ extra_test_bin_args : self . runnables_extraTestBinaryArgs ( source_root ) . clone ( ) ,
19581958 extra_env : self . check_extra_env ( source_root) ,
19591959 target_dir : self . target_dir_from_config ( source_root) ,
19601960 } ,
You can’t perform that action at this time.
0 commit comments