diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-04 20:16:03 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-04 20:16:03 +0000 |
| commit | a3b964b9ea362b42da05b8b69a5be4a6a2cca9a7 (patch) | |
| tree | 3926e11adeb403fbc3d4fc92622a4d745a26a5c7 /compiler/rustc_incremental/messages.ftl | |
| parent | 9c8a2694fadf3900c4d7880f6357cee60e9aa39b (diff) | |
| download | rust-a3b964b9ea362b42da05b8b69a5be4a6a2cca9a7.tar.gz rust-a3b964b9ea362b42da05b8b69a5be4a6a2cca9a7.zip | |
Remove unused LoadResult::DecodeIncrCache variant
Diffstat (limited to 'compiler/rustc_incremental/messages.ftl')
| -rw-r--r-- | compiler/rustc_incremental/messages.ftl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_incremental/messages.ftl b/compiler/rustc_incremental/messages.ftl index 5d885e07192..e74173b24a9 100644 --- a/compiler/rustc_incremental/messages.ftl +++ b/compiler/rustc_incremental/messages.ftl @@ -30,8 +30,6 @@ incremental_create_lock = incremental compilation: could not create session directory lock file: {$lock_err} incremental_create_new = failed to create {$name} at `{$path}`: {$err} -incremental_decode_incr_cache = could not decode incremental cache: {$err} - incremental_delete_full = error deleting incremental compilation session directory `{$path}`: {$err} incremental_delete_incompatible = |
