-
Hello
After `cargo build` error appears:
```
error: failed to run custom build command for `rdkafka-sys v4.6.0+2.2.0`
Caused by:
process didn't exit successfully: `D:\GitHub\learning\tiny…
-
## Current Behavior
Once in a while (three times in a week during execution of automated tests) Qdrant server panics when inserting a point into a collection with dense and sparse vectors. We s…
-
Compiling psutil v3.1.0
error[E0433]: failed to resolve: could not find `sys` in `nix`
--> C:\Users\dscod\.cargo\registry\src\github.com-1ecc6299db9ec823\psutil-3.1.0\src\process\process.rs:7:10…
-
Rain server panics while a task becomes redy [here](https://github.com/substantic/rain/blob/master/src/server/scheduler.rs#L148). The relevant part of the log seems to be the following:
```
...
D…
-
only happens when rustc is compiled with debug assertions enabled
auto-reduced (treereduce-rust):
````rust
#[repr(align(4))]
enum AlsoAlign16 {
Foo { limb_with_noniche16: NoNiche16 },
…
-
**Version**
Tokio master branch ``01e04daa``
Miri nightly version:
```
rustc 1.84.0-nightly (439284741 2024-10-21)
binary: rustc
commit-hash: 4392847410ddd67f6734dd9845f9742ff9e85c83
commit-d…
-
### Code
Yes this is garbage code, I know :see_no_evil:
```Rust
// known-bug: #110395
// Broken until we have `&T: const Deref` impl in stdlib
#![allow(incomplete_features)]
#![feature(…
-
Hi! Unfortunately, I'm running into an issue, where I'm getting a panic. I've included the full output [1]. Is there anything else about my local environment I can include? [2]
[1]
```shell
(nix…
-
While trying the example from the main page with the options that are to be passed to the compiler I get the following error:
`thread 'main' panicked at 'could not find file -O3`
Some system inf…
-
When using `-Cpanic=abort`, the resulting panic backtrace is being truncated.
Interestingly, when wrapping with a custom panic hook, this problem is even worse.
```rust
fn main() {
let nex…