File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/librustc_incremental/persist Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -240,10 +240,12 @@ pub fn prepare_session_directory(tcx: TyCtxt) -> Result<bool, ()> {
240
240
source_directory. display( ) ) ;
241
241
242
242
if !allows_links {
243
- tcx. sess . warn ( & format ! ( "Hard linking files in the incremental compilation
244
- cache failed. Copying files instead. Consider moving the cache directory to a
245
- file system which supports hard linking in session dir `{}`"
246
- , session_dir. display( ) )
243
+ tcx. sess . warn ( & format ! ( "Hard linking files in the incremental \
244
+ compilation cache failed. Copying files \
245
+ instead. Consider moving the cache \
246
+ directory to a file system which supports \
247
+ hard linking in session dir `{}`",
248
+ session_dir. display( ) )
247
249
) ;
248
250
}
249
251
You can’t perform that action at this time.
0 commit comments