-
```
makavity@makbook ~ $ rustc --version
rustc 1.79.0 (129f3b996 2024-06-10)
```
Error log
```
makavity@makbook ~ $ cargo install cargo-release
Updating crates.io index
Installing …
-
```
Duplicated RLS configuration: rustfmt_path: rustfmtPath, ,rustfmt_path, ;
```
```
Unknown RLS configuration: `action_on_save` ,`action_on_starting_command_if_there_is_running_command` ,`buil…
-
**Describe the bug**
The warning appeares when I start Neovide using
```
$ /Applications/Neovide.app/Contents/MacOS/neovide
2024-09-09 09:32:51.588 neovide[57496:14648394] WARNING: Secure co…
-
I built a demo to calc Sha256,but got `Illegal instruction (core dumped)`.
The Sha256 comes from crate [sha2](https://crates.io/crates/sha2).
```sh
cd samplecode/helloworld
BUILD_STD=cargo make…
-
### Location
- [`std::env::temp_dir`](https://doc.rust-lang.org/std/env/fn.temp_dir.html)
- [`std::process::Command::env_clear`](https://doc.rust-lang.org/std/process/struct.Command.html#method.env_…
-
Thanks for providing the gpu miner implementation for ore, but I meet a runtime error and can't solve it with ease. Is it a environment setup error or platform support issue?
### Environments
* …
-
When attempting to compile tinyfiledialogs, the custom build script fails with:
```
libtinyfiledialogs/tinyfiledialogs.c:1920:2:
error: call to undeclared function 'SetProcessDpiAwareness';
ISO …
-
I would like to compile a statically linked version of PyOxidizer with musl instead of glibc. I read in your documentation the following.
> "On Linux, a binary built with musl libc should just wor…
-
Miri emits colorful diagnostics only if it is connected to a TTY (we have had a bad time trying to implement `--color=always`). Since nextest launches tests in subprocesses and manages them, the Miri …
-
`cargo chef cook --target=aarch64-unknown-linux-musl --release --recipe-path recipe.json` fails with `Syntax error: "(" unexpected`
I'm guessing this is related to something in `recipe.json`? Howev…