rust/compiler/rustc_error_messages/locales/en-US/codegen_gcc.ftl
2022-09-24 10:24:48 -07:00

9 lines
278 B
Plaintext

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
codegen_gcc_unwinding_inline_asm =
GCC backend does not support unwinding from inline asm