allow non-monomorphize modules to access hard-coded error message through new struct, use fluent message in monomorphize
This commit is contained in:
parent
e9142473df
commit
30c7506655
8 changed files with 29 additions and 13 deletions
|
@ -21,3 +21,6 @@ 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 = "..."]`
|
||||
|
||||
monomorphize_requires_lang_item =
|
||||
requires `{$lang_item}` lang_item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue