-
Following resolution of gh-21830, we can run the testsuite on MacOS with GNU toolchain on recent OS versions (i.e., `14.7` on ARM arch in this case). Build via i.e., `CC=gcc-14 CXX=g++-14 FC=gfortran-…
-
Hello,
I encountered an error while building the `riscv-gnu-toochain` using the following configuration:
`
./configure --prefix=$RISCV --enable-llvm --enable-linux --with-arch=rv64ima_zicsr --wit…
-
I tried this code: https://github.com/warcayac/axum_postgre_email
```rust
cargo run
```
I expected to see this happen: *explanation*
```
✅ Connection to the database is successful!
🚀 Listening on…
-
Saw this in a larger codebase and tried to reduce the example as much as possible. It fails when running `cargo build --release` but compiles normally when running `cargo build`.
I noted that a lot o…
-
I'm getting a link error when building a program, tpa (for test parse_args) that uses parse_args. The program is cut down from the generic_example program in the parse_args distribution, and I've se…
-
When compiling https://github.com/GuillaumeGomez/mdBook/tree/bug-rustc, I got a segfault. When running under valgrind I get:
```
==563011== Thread 3 rustc:
==563011== Mismatched new/delete alignment …
-
## Bug Report
```log
store/TiDB master bank-multitable auto-retry auto-retry-limit :default update-in-place select FOR UPDATE txn-mode pessimistic isolation :repeatable-read nemesis partition-half…
-
Hello there, I got an error from running cargo build in the [`hello_world`](https://github.com/lita-xyz/rust-examples/tree/main/hello_world) example with `valida-build-container:v0.5.0-alpha` using Do…
-
Currently, the [pre-built GNU toolchain for Arm-based CPUs](https://github.com/DLTcollab/toolchain-arm) used in our GitHub Actions is version GCC 11.2-2022.02, sourced from the [Arm Developer website]…
-
**Have you read the documentation?**
Yes. (Please, read usage.md first if you did not.)
**Did you double-check that you installed all dependencies?**
Yes. (Please, double check the dependencies i…