]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_monomorphize/messages.ftl
New upstream version 1.71.1+dfsg1
[rustc.git] / compiler / rustc_monomorphize / messages.ftl
CommitLineData
f2b60f7d
FG
1monomorphize_consider_type_length_limit =
2 consider adding a `#![type_length_limit="{$type_length}"]` attribute to your crate
3
49aad941
FG
4monomorphize_couldnt_dump_mono_stats =
5 unexpected error occurred while dumping monomorphization stats: {$error}
f2b60f7d 6
49aad941
FG
7monomorphize_encountered_error_while_instantiating =
8 the above error was encountered while instantiating `{$formatted_item}`
f2b60f7d 9
49aad941 10monomorphize_fatal_error = {$error_message}
f2b60f7d
FG
11
12monomorphize_large_assignments =
13 moving {$size} bytes
14 .label = value moved from here
15 .note = The current maximum size is {$limit}, but it can be customized with the move_size_limit attribute: `#![move_size_limit = "..."]`
9c376795 16
49aad941
FG
17monomorphize_recursion_limit =
18 reached the recursion limit while instantiating `{$shrunk}`
19 .note = `{$def_path_str}` defined here
9ffffee4 20
49aad941
FG
21monomorphize_symbol_already_defined = symbol `{$symbol}` is already defined
22
23monomorphize_type_length_limit = reached the type-length limit while instantiating `{$shrunk}`
9ffffee4
FG
24
25monomorphize_unknown_cgu_collection_mode =
26 unknown codegen-item collection mode '{$mode}', falling back to 'lazy' mode
49aad941
FG
27
28monomorphize_unknown_partition_strategy = unknown partitioning strategy
29
30monomorphize_unused_generic_params = item has unused generic parameters
31
32monomorphize_written_to_path = the full type name has been written to '{$path}'