]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_codes/src/error_codes/E0570.md
Rollup merge of #93556 - dtolnay:trailingcomma, r=cjgillot
[rust.git] / compiler / rustc_error_codes / src / error_codes / E0570.md
1 The requested ABI is unsupported by the current target.
2
3 The rust compiler maintains for each target a list of unsupported ABIs on
4 that target. If an ABI is present in such a list this usually means that the
5 target / ABI combination is currently unsupported by llvm.
6
7 If necessary, you can circumvent this check using custom target specifications.