]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/codegen_gcc.ftl
70072a073cd1def726bd34036c65dd0228ad6364
[rust.git] / compiler / rustc_error_messages / locales / en-US / codegen_gcc.ftl
1 codegen_gcc_ranlib_failure =
2     Ranlib exited with code {$exit_code}
3
4 codegen_gcc_layout_size_overflow =
5     {$error}
6
7 codegen_gcc_linkage_const_or_mut_type =
8     must have type `*const T` or `*mut T` due to `#[linkage]` attribute
9
10 codegen_gcc_unwinding_inline_asm =
11     GCC backend does not support unwinding from inline asm
12
13 codegen_gcc_lto_not_supported =
14     LTO is not supported. You may get a linker error.