-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
blocked by rustBlocked by lack of compiler feature, which can appear in futureBlocked by lack of compiler feature, which can appear in futureenhancementNew feature or requestNew feature or request
Description
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 from BitBlock
.
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.
Metadata
Metadata
Assignees
Labels
blocked by rustBlocked by lack of compiler feature, which can appear in futureBlocked by lack of compiler feature, which can appear in futureenhancementNew feature or requestNew feature or request