-
Witnesses monitor the consistency of the log, verifying that the log is append-only and immutable. Roughly, the verification process for a witness is:
* Persist a checkpoint (signed tree head)
* Per…
-
### Code
```Rust
#![feature(non_lifetime_binders)]
trait Trait {}
fn main(x: impl for Trait) {}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.72.0-nightly (f7ca9df69…
-
**Describe the feature**
Support multithreading to be able to better utilise CPU in complex Web Audio apps, like DAWs.
**Is there a prototype?**
The very basic implementation is in Chrome alread…
-
### Code
```Rust
#![feature(effects)]
struct Bar(T);
impl Bar {
const fn value() -> usize {
42
}
}
struct Foo;
```
### Meta
`rustc --version --verbose…
-
### Code
```Rust
#![feature(generic_const_exprs)]
pub fn main() {}
impl EntriesBuffer {
fn a(&self) -> impl Iterator {
self.0.iter_mut()
}
}
struct EntriesBuffer(Box…
-
### Code
```Rust
// check-pass
#![feature(non_lifetime_binders)]
//~^ WARN the feature `non_lifetime_binders` is incomplete
trait Foo: for Bar {}
trait Bar {
fn method() -> T;
…
-
### Code
```Rust
enum E {
S0 {
s: String,
},
Bar = {
let x = 1;
3
},
}
static C: E = E::S1 { u: 23 };
```
### Meta
`rustc --versio…
-
**Describe the issue**:
I'm trying to join two larger-than-memory dataframes in Dask but get an error regarding mismatched columns. However, the same join operation works in Pandas on a smaller sub…
-
### Code
```Rust
pub trait Iter {
type Item Option;
fn for_each(&'a mut self, mut f: F)
where Self: Sized, F: for)
{
todo!()
}
}
pub struct Windows {}…
-
### Code
unsure, happened in crate `inventory` when compiling my project
### Meta
`rustc --version --verbose`:
```
rustc 1.73.0-nightly (0308df23e 2023-07-21)
binary: rustc
comm…