@@ -151,8 +151,8 @@ pub fn decode_dep_graph<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
151151
152152    if  prev_commandline_args_hash != tcx. sess . opts . dep_tracking_hash ( )  { 
153153        if  tcx. sess . opts . debugging_opts . incremental_info  { 
154-             println ! ( "incremental: completely ignoring cache because of \  
155-                        differing commandline arguments") ; 
154+             eprintln ! ( "incremental: completely ignoring cache because of \  
155+                          differing commandline arguments") ; 
156156        } 
157157        // We can't reuse the cache, purge it. 
158158        debug ! ( "decode_dep_graph: differing commandline arg hashes" ) ; 
@@ -309,8 +309,8 @@ fn reconcile_work_products<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
309309                    all_files_exist = false ; 
310310
311311                    if  tcx. sess . opts . debugging_opts . incremental_info  { 
312-                         println ! ( "incremental: could not find file for up-to-date work product: {}"  , 
313-                                  path. display( ) ) ; 
312+                         eprintln ! ( "incremental: could not find file for \  
313+                                     up-to-date work product: {}" ,   path. display( ) ) ; 
314314                    } 
315315                } 
316316            } 
@@ -418,10 +418,10 @@ fn process_edge<'a, 'tcx, 'edges>(
418418                        format ! ( "{:?}" ,  blame) 
419419                    } ; 
420420
421-                     println ! ( "incremental: module {:?} is dirty because {:?} \  
422-                                changed or was removed", 
423-                              wp_id, 
424-                              blame_str) ; 
421+                     eprintln ! ( "incremental: module {:?} is dirty because {:?} \  
422+                                  changed or was removed", 
423+                                wp_id, 
424+                                blame_str) ; 
425425                } 
426426            } 
427427        } 
0 commit comments