-
**rust-analyzer version**: `rust-analyzer version: 0.3.2112-standalone (94b526fc8 2024-09-15) [/Users/greg/.vscode/extensions/rust-lang.rust-analyzer-0.3.2112-darwin-arm64/server/rust-analyzer]`
**ru…
-
Recent versions of `uv` have not been able to `uv self update` despite being installed via the standalone installation script. I have not been able to pinpoint the issue to anything in particular on m…
-
error: failed to run custom build command for `gettext-sys v0.19.8 (N:\gettext-rs\gettext-sys)`
process didn't exit successfully: `N:\gettext-rs\target\debug\build\gettext-sys-70cac4af73bac902\build-…
-
cargo build --examples
-- omitted --
error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
--> examples/extended_communities.rs:6:35
|
6 | env_logger::Builder::…
-
We have `TIMENS_TZ_FILTER` set in the `env` section of the `cargo_config` toml file, but it doesn't appear to be getting forwarded to the cargo build of the `timens` crate - is this section supported …
-
Logs:
```
Compiling bitflags v2.6.0
Compiling toml_datetime v0.6.8
Compiling enumflags2 v0.7.10
Compiling regex v1.10.6
Compiling async-io v1.13.0
Compiling smithay-client-tool…
-
With the update to version 1.15, fotema now requires glib-2.81 as a dependency for compilation. Unfortunately, glib-2.81 is not yet available by default in many popular Linux distributions. This leads…
-
### Describe The Bug
If a define a task in a makefile with an `env` scoped to the task, and then extend that task in another makefile, the `env` block gets lost.
### To Reproduce
`Makefile.toml`…
-
* Installed latest Debian
* Performed update/upgrade
* Installed Cargo package
* Attempted to install Coldsnap get this error:
"failed to select a version for 'env_logger'.
required by p…
-
`cargo public-api` should provide a way to bypass the rustup checks, so that any `cargo` binary can be used.
This could maybe be done by respecting the `CARGO` env-var.