-
Hi, I have found an interesting issue.
### Steps to reproduce:
```bash
cargo init
```
Change the generated `Cargo.Toml` with this one:
```bash
[package]
name = "agave"
version = "0.1.0"
…
-
### Is this a new report?
Yes
### System Info
Void 6.8.5-301.fc40.x86_64 x86_64-musl AuthenticAMD notuptodate rF
### Package(s) Affected
gcc-13.2.0_2
### Does a report exist for this bug with th…
-
There's a few open issues related to building plugins for other software (as cdylibs) with cargo. With this issue I want to summarize them and try to work to a single solution.
### The use case
So…
-
### Bug Description
Rustup always gets installed, even if we're trying to use local `cargo` and `rustc` installed from another part.
### To Reproduce
Build with the following part
### part yaml
`…
-
# Problem
Argus panicked when analysing code in an example crate.
# Logs
**OS:** linux (6.11.5-100.fc39.x86_64)
**VSCode:** 1.95.1
**Error message**
```
thread 'main' panicked at /home/…
-
I was recently trying to use this app to validate my `Cargo.toml` files. However, when run as `cargo toml-lint Cargo.toml` it does not work. I dug through your codebases and found that your CI uses `c…
-
might be ideal to wait for vfox for this. If we had this, it would be possible to make bootstrapping a lot faster when using the cargo backend, e.g.:
```toml
[tools]
cargo-binstall = "latest"
"c…
-
### Describe the bug
On macOS, there's a special env var `MACOSX_DEPLOYMENT_TARGET` that implicitly configures the system's C compiler, linker, and opts in to or out of breaking changes in macOS. Obj…
-
### Describe the bug
can build app of `x86_64-pc-windows-msvc` .
But cann't build android app.
Those code does not work when compiling Android in this project
```
$ cat ~/.cargo/config.toml…
-
### Describe the bug
Tauri2 is not starting on Windows 10 LTSC 2016. When executing the .exe it immediately terminates without any error message. When checking the Windows 10 EventLogs, the following…