-
I got this error message when I was compiling my program. I don't think it's something I've done in my code. It's more of a memory issue or something like that, but the compiler asked me to make the r…
-
**Device Information | 设备信息**
- SOC: [e.g. S095x3]gxlx_p261_1g,应该是S905L2【没有拆机】
- Model [e.g. HK1]MGV2000-CW
**Armbian Version | 系统版本**
- Kernel Version: [e.g. 5.15.100]6.6.53、5.10.228
- Rel…
-
### Problem
`cargo test` randomly hang in `Cloud Hypervisor` AArch64 unit test building stage.
Here is a recorded failing job in our CI: https://cloud-hypervisor-jenkins.westus.cloudapp.azure.co…
-
Does a load of the easie bits then gets to GCC and eventually...
> build/gencheck.exe > tmp-check.h
> /bin/sh /home/simon/riscv-gnu-toolchain/gcc-14/gcc/../move-if-change tmp-check.h tree-check.h
…
-
This seems to be an upstream problem, but there also seems to be a workaround:
With `$target` = `i686-w64-mingw32`:
```
# rustc -o ${prefix}/bin/hello_world${exeext} -g /usr/share/testsuite/rust/…
-
Hello.
I'm trying to build a CLI application that is mainly written in Rust and calls some Swift functions, and I'm developing it on a Linux environment.
I tried to run `rust-binary-calls-swift-pack…
-
It combines the cortex M and cortex A compilers into a single toolchain, so it will significantly increase the docker image size.
-
I tried to run `cargo miri run` in (any) workspace on Asahi Linux (which has 16k page kernels)
I expected to see this happen: The program runs under miri similarly to how rustc works
Instead, this…
-
**Describe the bug**
`cargo test` fails with default features.
**How to Reproduce**
On branch main, at commit c614ca13e33ece142f956cc3e78e6e9beff5dad0:
```
$ cargo test
...
test crates/…
-
### Code
```Rust
fn main() {
println!("Hello, world!");
}
```
### Current output
```Shell
$ rustup show
Default host: x86_64-unknown-linux-gnu
rustup home: /home/deb/.rustup
…