|
| 1 | +incremental_unrecognized_depnode = unrecognized `DepNode` variant: {$name} |
| 2 | +
|
| 3 | +incremental_missing_depnode = missing `DepNode` variant |
| 4 | +
|
| 5 | +incremental_missing_if_this_changed = no `#[rustc_if_this_changed]` annotation detected |
| 6 | +
|
| 7 | +incremental_no_path = no path from `{$source}` to `{$target}` |
| 8 | +
|
| 9 | +incremental_ok = OK |
| 10 | +
|
| 11 | +incremental_unknown_reuse_kind = unknown cgu-reuse-kind `{$kind}` specified |
| 12 | +
|
| 13 | +incremental_missing_query_depgraph = |
| 14 | + found CGU-reuse attribute but `-Zquery-dep-graph` was not specified |
| 15 | +
|
| 16 | +incremental_malformed_cgu_name = |
| 17 | + found malformed codegen unit name `{$user_path}`. codegen units names must always start with the name of the crate (`{$crate_name}` in this case). |
| 18 | +
|
| 19 | +incremental_no_module_named = |
| 20 | + no module named `{$user_path}` (mangled: {$cgu_name}). available modules: {$cgu_names} |
| 21 | +
|
| 22 | +incremental_field_associated_value_expected = associated value expected for `{$name}` |
| 23 | +
|
| 24 | +incremental_no_field = no field `{$name}` |
| 25 | +
|
| 26 | +incremental_assertion_auto = |
| 27 | + `except` specified DepNodes that can not be affected for \"{$name}\": \"{$e}\" |
| 28 | +
|
| 29 | +incremental_undefined_clean_dirty_assertions_item = |
| 30 | + clean/dirty auto-assertions not yet defined for Node::Item.node={$kind} |
| 31 | +
|
| 32 | +incremental_undefined_clean_dirty_assertions = |
| 33 | + clean/dirty auto-assertions not yet defined for {$kind} |
| 34 | +
|
| 35 | +incremental_repeated_depnode_label = dep-node label `{$label}` is repeated |
| 36 | +
|
| 37 | +incremental_unrecognized_depnode_label = dep-node label `{$label}` not recognized |
| 38 | +
|
| 39 | +incremental_not_dirty = `{$dep_node_str}` should be dirty but is not |
| 40 | +
|
| 41 | +incremental_not_clean = `{$dep_node_str}` should be clean but is not |
| 42 | +
|
| 43 | +incremental_not_loaded = `{$dep_node_str}` should have been loaded from disk but it was not |
| 44 | +
|
| 45 | +incremental_unknown_item = unknown item `{$name}` |
| 46 | +
|
| 47 | +incremental_no_cfg = no cfg attribute |
| 48 | +
|
| 49 | +incremental_associated_value_expected_for = associated value expected for `{$ident}` |
| 50 | +
|
| 51 | +incremental_associated_value_expected = expected an associated value |
| 52 | +
|
| 53 | +incremental_unchecked_clean = found unchecked `#[rustc_clean]` attribute |
| 54 | +
|
| 55 | +incremental_delete_old = unable to delete old {$name} at `{$path}`: {$err} |
| 56 | +
|
| 57 | +incremental_create_new = failed to create {$name} at `{$path}`: {$err} |
| 58 | +
|
| 59 | +incremental_write_new = failed to write {$name} to `{$path}`: {$err} |
| 60 | +
|
| 61 | +incremental_canonicalize_path = incremental compilation: error canonicalizing path `{$path}`: {$err} |
| 62 | +
|
| 63 | +incremental_create_incr_comp_dir = |
| 64 | + could not create incremental compilation {$tag} directory `{$path}`: {$err} |
| 65 | +
|
| 66 | +incremental_create_lock = |
| 67 | + incremental compilation: could not create session directory lock file: {$lock_err} |
| 68 | +incremental_lock_unsupported = |
| 69 | + the filesystem for the incremental path at {$session_dir} does not appear to support locking, consider changing the incremental path to a filesystem that supports locking or disable incremental compilation |
| 70 | +incremental_cargo_help_1 = |
| 71 | + incremental compilation can be disabled by setting the environment variable CARGO_INCREMENTAL=0 (see https://doc.rust-lang.org/cargo/reference/profiles.html#incremental) |
| 72 | +incremental_cargo_help_2 = |
| 73 | + 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) |
| 74 | +
|
| 75 | +incremental_delete_lock = |
| 76 | + error deleting lock file for incremental compilation session directory `{$path}`: {$err} |
| 77 | +
|
| 78 | +incremental_hard_link_failed = |
| 79 | + hard linking files in the incremental compilation cache failed. copying files instead. consider moving the cache directory to a file system which supports hard linking in session dir `{$path}` |
| 80 | +
|
| 81 | +incremental_delete_partial = failed to delete partly initialized session dir `{$path}`: {$err} |
| 82 | +
|
| 83 | +incremental_delete_full = error deleting incremental compilation session directory `{$path}`: {$err} |
| 84 | +
|
| 85 | +incremental_finalize = error finalizing incremental compilation session directory `{$path}`: {$err} |
| 86 | +
|
| 87 | +incremental_invalid_gc_failed = |
| 88 | + failed to garbage collect invalid incremental compilation session directory `{$path}`: {$err} |
| 89 | +
|
| 90 | +incremental_finalized_gc_failed = |
| 91 | + failed to garbage collect finalized incremental compilation session directory `{$path}`: {$err} |
| 92 | +
|
| 93 | +incremental_session_gc_failed = |
| 94 | + failed to garbage collect incremental compilation session directory `{$path}`: {$err} |
| 95 | +
|
| 96 | +incremental_assert_not_loaded = |
| 97 | + we asserted that the incremental cache should not be loaded, but it was loaded |
| 98 | +
|
| 99 | +incremental_assert_loaded = |
| 100 | + we asserted that an existing incremental cache directory should be successfully loaded, but it was not |
| 101 | +
|
| 102 | +incremental_delete_incompatible = |
| 103 | + failed to delete invalidated or incompatible incremental compilation session directory contents `{$path}`: {$err} |
| 104 | +
|
| 105 | +incremental_load_dep_graph = could not load dep-graph from `{$path}`: {$err} |
| 106 | +
|
| 107 | +incremental_decode_incr_cache = could not decode incremental cache: {$err} |
| 108 | +
|
| 109 | +incremental_write_dep_graph = failed to write dependency graph to `{$path}`: {$err} |
| 110 | +
|
| 111 | +incremental_move_dep_graph = failed to move dependency graph from `{$from}` to `{$to}`: {$err} |
| 112 | +
|
| 113 | +incremental_create_dep_graph = failed to create dependency graph at `{$path}`: {$err} |
| 114 | +
|
| 115 | +incremental_copy_workproduct_to_cache = |
| 116 | + error copying object file `{$from}` to incremental directory as `{$to}`: {$err} |
| 117 | +
|
| 118 | +incremental_delete_workproduct = file-system error deleting outdated file `{$path}`: {$err} |
0 commit comments