Skip to content
Snippets Groups Projects
Commit 7d77920a authored by Ralf Jung's avatar Ralf Jung
Browse files

fix plan for cell slicing

parent 77041cc6
Branches
No related tags found
No related merge requests found
Pipeline #17178 passed
...@@ -3,5 +3,5 @@ Missing APIs from the types we cover (APIs have been added after this formalizat ...@@ -3,5 +3,5 @@ Missing APIs from the types we cover (APIs have been added after this formalizat
# Cell # Cell
* Structural conversion for slices. The matching operations in our model would be * Structural conversion for slices. The matching operations in our model would be
`&mut Cell<(A, B)>` -> `(&mut Cell<A>, &mut Cell<B>)` and `&mut Cell<(A, B)>` -> `&mut (Cell<A>, Cell<B>)` and
`&Cell<(A, B)>` -> `(&Cell<A>, &Cell<B>)`. `&Cell<(A, B)>` -> `&(Cell<A>, Cell<B>)` (both being NOPs).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment