Rust 1.79 : LevelMasks could return Borrow #1
Labels
blocked by rust
Blocked by lack of compiler feature, which can appear in future
enhancement
New feature or request
This rust-lang/rust#122055 should appear in Rust 1.79
We could try to return
Borrow
in LevelMasks instead of value.This should allow to remove
Clone
constraint fromBitBlock
.UPDATE. It turns out that we need more robust GAT support from Rust as well.
for<'a>
does not work in places where we need it.The text was updated successfully, but these errors were encountered: