Add LinkageConstOrMutType
This commit is contained in:
parent
9363f0fda5
commit
7e00a48305
3 changed files with 13 additions and 4 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue