2022-08-18 21:51:47 +00:00
|
|
|
monomorphize_consider_type_length_limit =
|
|
|
|
consider adding a `#![type_length_limit="{$type_length}"]` attribute to your crate
|
|
|
|
|
|
|
|
monomorphize_couldnt_dump_mono_stats =
|
|
|
|
unexpected error occurred while dumping monomorphization stats: {$error}
|
2022-08-23 17:20:01 +00:00
|
|
|
|
|
|
|
monomorphize_encountered_error_while_instantiating =
|
|
|
|
the above error was encountered while instantiating `{$formatted_item}`
|
|
|
|
|
2022-08-18 21:51:47 +00:00
|
|
|
monomorphize_fatal_error = {$error_message}
|
|
|
|
|
|
|
|
monomorphize_large_assignments =
|
|
|
|
moving {$size} bytes
|
|
|
|
.label = value moved from here
|
|
|
|
.note = The current maximum size is {$limit}, but it can be customized with the move_size_limit attribute: `#![move_size_limit = "..."]`
|
2022-12-08 19:21:08 +00:00
|
|
|
|
|
|
|
monomorphize_recursion_limit =
|
|
|
|
reached the recursion limit while instantiating `{$shrunk}`
|
|
|
|
.note = `{$def_path_str}` defined here
|
2022-08-19 13:48:15 +00:00
|
|
|
|
|
|
|
monomorphize_symbol_already_defined = symbol `{$symbol}` is already defined
|
2023-05-23 01:51:25 +00:00
|
|
|
|
2022-08-19 13:48:15 +00:00
|
|
|
monomorphize_type_length_limit = reached the type-length limit while instantiating `{$shrunk}`
|
|
|
|
|
|
|
|
monomorphize_unknown_cgu_collection_mode =
|
|
|
|
unknown codegen-item collection mode '{$mode}', falling back to 'lazy' mode
|
2023-05-23 01:51:25 +00:00
|
|
|
|
2022-08-23 17:20:01 +00:00
|
|
|
monomorphize_unknown_partition_strategy = unknown partitioning strategy
|
2023-05-23 01:51:25 +00:00
|
|
|
|
2022-08-18 21:51:47 +00:00
|
|
|
monomorphize_unused_generic_params = item has unused generic parameters
|
2023-05-23 01:51:25 +00:00
|
|
|
|
2022-08-18 21:51:47 +00:00
|
|
|
monomorphize_written_to_path = the full type name has been written to '{$path}'
|