主机三元组标识最终将运行可执行文件的系统的体系结构和操作系统。我的是x86_64-pc-linux-gnu。一般形式...
Hi. I tried using the --target flag in this commit openSUSE-Rust/obs-service-cargo@a34992c for my project but it seems it's still not budging in https://build.opensuse.org/package/show/home:uncomfyhalomacro:branches:editors:registry/kak-lsp Sign up for free to join this conversation on...
$ rustup show -v Default host: aarch64-unknown-linux-gnu rustup home: /home/ubuntu/.rustup installed toolchains --- nightly-2023-11-24-aarch64-unknown-linux-gnu rustc 1.76.0-nightly (a1a37735c 2023-11-23) nightly-2023-11-26-aarch64-unknown-linux-gnu rustc 1.76.0-nightly (f5dc2...
[the very beginning]: ./first-edition/posts/03-set-up-rust/index.md The problem is that the core library is distributed together with the Rust compiler as a _precompiled_ library. So it is only valid for the host triple, which is `x86_64-unknown-linux-gnu` in our case. If we want...