-
I have a armhf armbian bullseye system with mopidy in docker. It was WORKING with gst-plugin-spotify v0.9.1.
After the issue described [here](https://github.com/mopidy/mopidy-spotify/issues/394) happ…
-
It failed twice in an unrelated pull request (https://github.com/scylladb/scylla-rust-driver/pull/808).
Link to logs (attempt 2 and 3 failed): https://github.com/scylladb/scylla-rust-driver/actions…
-
auto-reduced (treereduce-rust):
````rust
#![feature(non_lifetime_binders)]
trait Trait {
type Assoc = i32;
fn with_assoc(f: impl FnOnce(Self::Assoc
-
Here we are calling `Camera::new`
https://github.com/CapSoftware/Cap/blob/8abfc996cd7077058bc610e1dd8f76677d4e44db/apps/desktop/src-tauri/src/camera.rs#L124-L126
When accessing the builtin Macbook…
-
Here is the output of dump --verbose:
```
starting version 1.12: rebalance_work_acct_fix opts=ro,errors=continue,compression=lz4,background_compression=zstd,foreground_target=ssd,background_target…
-
auto-reduced (treereduce-rust):
````rust
#![feature(effects)]
#![feature(generic_const_exprs)]
mod assert {
use std::mem::{Assume, BikeshedIntrinsicFrom};
pub fn is_transmutable<
S…
-
```Rust
struct Ty1;
struct Ty2;
pub trait Trait {}
pub trait WithAssoc1 {
type Assoc;
}
impl Trait>::Assoc, WithAssoc1 WithAssoc2 WithAssoc2 for Ty1 {
type Assoc = ();
}
impl …
-
auto-reduced (treereduce-rust):
````rust
const fn f() -> usize {
5
}
fn main() {
let _ = [0; FnMut::call_mut(&mut f, ())];
}
````
original:
````rust
// run-pass
#![allo…
-
Tested on two systems. I get this crash inside baseview when closing the plugin window of my plugin using Vizia:
```
17:39:21 [ERROR] thread 'unnamed' panicked at 'called `Result::unwrap()` on an …
ilmai updated
1 month ago
-
### Code
```Rust
#![feature(deref_patterns)]
#![allow(incomplete_features)]
fn simple_vec(vec: Vec) -> u32 {
match vec {
deref!([]) => 100,
_ => 2000,
}
}
f…