You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_incremental/messages.ftl
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ incremental_cargo_help_2 =
19
19
the entire build directory can be changed to a different filesystem by setting the environment variable CARGO_TARGET_DIR to a different path (see https://doc.rust-lang.org/cargo/reference/config.html#buildtarget-dir)
20
20
21
21
incremental_copy_workproduct_to_cache =
22
-
error copying object file `{$from}` to incremental directory as `{$to}`: {$err}
22
+
failed to copy object file `{$from}` to incremental directory as `{$to}`: {$err}
23
23
24
24
incremental_corrupt_file = corrupt incremental compilation artifact found at `{$path}`. This file will automatically be ignored and deleted. If you see this message repeatedly or can provoke it without manually manipulating the compiler's artifacts, please file an issue. The incremental compilation system relies on hardlinks and filesystem locks behaving correctly, and may not deal well with OS crashes, so whatever information you can provide about your filesystem or other state may be very relevant.
25
25
@@ -32,21 +32,21 @@ incremental_create_lock =
32
32
incremental compilation: could not create session directory lock file: {$lock_err}
33
33
incremental_create_new = failed to create {$name} at `{$path}`: {$err}
0 commit comments