-
```
bazel run //third_party/rust:update-repos
INFO: Invocation ID: 515c31d7-a136-47ee-9680-d0dd6f8f2018
ERROR: no such package '@@cargo_bazel_bootstrap//': The repository '@@cargo_bazel_bootstrap' …
-
The ability to create labels for things like tables, figures, pictures, equations, etc. and then be able reference them would be very handy. I'm not sure what syntactical form this would take. For ref…
-
Consider the use of parameterized tests for scenarios where only the inputs and expected outputs differ, to reduce redundant test code. Rust doesn't support it directly, but there are external crates…
hdost updated
1 month ago
-
c.f. https://github.com/rustsec/advisory-db/pull/2057
```
syn_derive> cargo deny check advisories
2024-09-05 23:40:22 [WARN] unable to find a config path, falling back to default config
error[unma…
-
### Describe the bug
# error.rs
```rust
use snafu::Snafu;
pub type Result = std::result::Result;
#[derive(Debug, Snafu)]
#[snafu(module(builder), context(suffix(false)), visibility(pub(crate…
-
I've opened a PR here: #101
With Rust 1.81, the error trait now lives in core. I think coset can live with no_std and alloc only if we reflect that change.
-
Hey there! I'm looking to add spell checking to [Lockbook](https://github.com/lockbook/lockbook), a note taking app I'm writing in Rust. I saw some commits related to suggestions so I went ahead pulle…
-
Corresponding crates.io issue: https://github.com/rust-lang/crates.io/issues/381
-
### Description
Over at the `bevy_cli` project, we're implementing custom lints for Bevy, and bootstrapping off of Clippy's existing tools :) We'd love to publish this to crates.io so folks can `carg…
-
`cargo install c2rust` tries to install version 0.18.0 from crates.io, while the latest release on GitHub is 0.19.0.
The installation fails for me because 0.18.0 does not support Rust stable >= 1.80.…