1
Fork 0

Add LinkageConstOrMutType

This commit is contained in:
Ellis Hoag 2022-08-26 20:23:50 -07:00
parent 9363f0fda5
commit 7e00a48305
3 changed files with 13 additions and 4 deletions

View file

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