1
Fork 0

Add LayoutSizeOverflow

This commit is contained in:
Ellis Hoag 2022-08-27 15:19:16 -07:00
parent d0b7e71918
commit 5e0c53a679
3 changed files with 14 additions and 2 deletions

View file

@ -1,6 +1,9 @@
codegen_gcc_ranlib_failure =
Ranlib exited with code {$exit_code}
codegen_gcc_layout_size_overflow =
{$error}
codegen_gcc_linkage_const_or_mut_type =
must have type `*const T` or `*mut T` due to `#[linkage]` attribute