-
Sometimes it makes sense to enable feature Z if both features Y and feature Z are enabled. Simple example: #6658
```toml
[dependencies]
krate = { optional = true, version = "1.2.3" }
[feature…
-
Quark Version: Quark-r2.4-305
+ QuarkOddities
Krate Version: Krate-1.16.4-0.1.3
How To Reproduce:
1. Add an upgrade to a Krate
2. Sort the target inventory
3. The upgrade will be duplicated …
-
Cargo has [made it possible to depend on the same version of a given crate with different feature sets](https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2), provided th…
-
For example, modying the current doctest on `add_impl_generic` to:
```rust
s.add_impl_generic(generic)
.gen_impl(quote! {
gen impl krate::Trait for @Self {
fn a() {}
}
})
```…
-
Like `trait_` and `krate`
-
### Problem
I think the issue is that cargo isn't waiting for some rustdoc processes to complete?
```
$ rustup run nightly $CARGO_TARGET_DIR/debug/cargo doc -Zrustdoc-scrape-examples=all --offl…
-
https://github.com/Rikorose/DeepFilterNet
I stopped it at 24 GB, might grow more.
```
Per-query memory usage:
792mb 1 LocalRootsQuery
510mb 68 ValueTyQuery
383mb 2 Mir…
-
I have tested the 3 app examples given from this github.
None of them succeed in display text or draw figures.
Running krate monitor, I can see serial log that prove that the firmware.bin file is…
-
snippet:
````rust
fn a(
_: impl Iterator<
Item = [(); {
match *todo!() { ! };
}],
>,
) {
}
````
Version information
````
rustc 1.85.0-nightly (481…
-
On my modpack test server, one of my testers crashed his client when he tried to search for "@rat" The client crashed upon entering the "t". I also tested it and then upgraded to Krate-1.16.3-0.1.2 an…