Vincent Rouillé

Results 44 comments of Vincent Rouillé

This is a bug in rustc, so the current rustc version is important to fill a ICE bug report to https://github.com/rust-lang/rust/issues if this is not already fixed in nightly. And...

I reported the error to rustc: https://github.com/rust-lang/rust/issues/84491

bindingtester is only "in tree" so we probably don't have to care about MSRV.

but CI has (in the current configuration) to run with 1.40...

Rust doesn't support `const fn` for complex expressions. `pack` is far too complex to be marked const fn. There is work in progress to support for expressions, even allocations, but...

Doing pack at compile is possible, but would requires some complex macro setup to work. rustc const might be able one day to do it, but I don't think it...

Got it. Thanks. I think we should publish a 0.3.0 with recent fixes and a 0.4.0 with the async/await changes.

@bluejekyll Can I get access to foundationdb-sys and foundationdb-gen ?

@bluejekyll Up, I can't publish to crates.io without access to the foundationdb-sys and foundationdb-gen (less important) crates.