File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -267,16 +267,16 @@ pub fn compile_rustfmt(
267
267
268
268
let feature_runner = build_rustfmt_from_src ( dest. join ( "/feature_rustfmt" ) ) ?;
269
269
270
+ info ! ( "RUSFMT_BIN {}" , src_runner. get_binary_version( ) ?) ;
270
271
info ! (
271
- "\n Runtime dependencies for rustfmt -- LD_LIBRARY_PATH: {}" ,
272
- & feature_runner. ld_library_path
272
+ "Runtime dependencies for (src) rustfmt -- LD_LIBRARY_PATH: {}" ,
273
+ src_runner. ld_library_path
274
+ ) ;
275
+ info ! ( "FEATURE_BIN {}" , feature_runner. get_binary_version( ) ?) ;
276
+ info ! (
277
+ "Runtime dependencies for (feature) rustfmt -- LD_LIBRARY_PATH: {}" ,
278
+ feature_runner. ld_library_path
273
279
) ;
274
-
275
- let rustfmt_version = src_runner. get_binary_version ( ) ?;
276
- info ! ( "\n RUSFMT_BIN {}\n " , rustfmt_version) ;
277
-
278
- let feature_binary_version = feature_runner. get_binary_version ( ) ?;
279
- info ! ( "FEATURE_BIN {}\n " , feature_binary_version) ;
280
280
281
281
return Ok ( CheckDiffRunners {
282
282
src_runner,
You can’t perform that action at this time.
0 commit comments