1
Fork 0

lint and remove unused diagnostic

This commit is contained in:
Ellis Hoag 2022-09-26 19:57:40 -07:00
parent d7bee58105
commit 6d01c6d9c8
2 changed files with 4 additions and 9 deletions

View file

@ -1,9 +1,6 @@
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