]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/monomorphize.ftl
Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se
[rust.git] / compiler / rustc_error_messages / locales / en-US / monomorphize.ftl
1 monomorphize_recursion_limit =
2     reached the recursion limit while instantiating `{$shrunk}`
3     .note = `{$def_path_str}` defined here
4
5 monomorphize_written_to_path = the full type name has been written to '{$path}'
6
7 monomorphize_type_length_limit = reached the type-length limit while instantiating `{$shrunk}`
8
9 monomorphize_consider_type_length_limit =
10     consider adding a `#![type_length_limit="{$type_length}"]` attribute to your crate
11
12 monomorphize_fatal_error = {$error_message}
13
14 monomorphize_unknown_partition_strategy = unknown partitioning strategy
15
16 monomorphize_symbol_already_defined = symbol `{$symbol}` is already defined
17
18 monomorphize_unused_generic_params = item has unused generic parameters
19
20 monomorphize_large_assignments =
21     moving {$size} bytes
22     .label = value moved from here
23     .note = The current maximum size is {$limit}, but it can be customized with the move_size_limit attribute: `#![move_size_limit = "..."]`
24
25 monomorphize_couldnt_dump_mono_stats =
26     unexpected error occurred while dumping monomorphization stats: {$error}
27
28 monomorphize_encountered_error_while_instantiating =
29     the above error was encountered while instantiating `{$formatted_item}`
30
31 monomorphize_unknown_cgu_collection_mode =
32     unknown codegen-item collection mode '{$mode}', falling back to 'lazy' mode