mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 21:55:31 +00:00
9 lines
397 B
Plaintext
9 lines
397 B
Plaintext
codegen_gcc_unwinding_inline_asm =
|
|
GCC backend does not support unwinding from inline asm
|
|
|
|
codegen_gcc_copy_bitcode = failed to copy bitcode to object file: {$err}
|
|
|
|
codegen_gcc_lto_bitcode_from_rlib = failed to get bitcode from object file for LTO ({$gcc_err})
|
|
|
|
codegen_gcc_explicit_tail_calls_unsupported = explicit tail calls with the 'become' keyword are not implemented in the GCC backend
|