You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to implicit usages of the vector module (e.g., vector::borrow is automatically inserted on vector index operation), we currently need to include the vector module (see "Step 3: selective compilation" in third_party/move/move-model/src/lib.rs).
We may want to refactor the code to remove this special case.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Due to implicit usages of the vector module (e.g.,
vector::borrow
is automatically inserted on vector index operation), we currently need to include the vector module (see "Step 3: selective compilation" inthird_party/move/move-model/src/lib.rs
).We may want to refactor the code to remove this special case.
The text was updated successfully, but these errors were encountered: