Skip to content

fix(hyperlight-component-util): emit_hl_marshal_value function to use alloc::vec! instead of alloc::vec::vec! #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hyperlight-component-macro
Choose a base branch
from

Conversation

Mossaka
Copy link

@Mossaka Mossaka commented Apr 26, 2025

This is a fix for the issue where the emit_hl_marshal_value function was using alloc::vec::vec! instead of alloc::vec!.

The following is the build error:

error[E0433]: failed to resolve: could not find `vec` in `vec`

… alloc::vec instead of alloc::vec::vec

This is a fix for the issue where the emit_hl_marshal_value function was using alloc::vec::vec! instead of alloc::vec!.

The following is the build error:

```
error[E0433]: failed to resolve: could not find `vec` in `vec`
```

Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
@Mossaka Mossaka changed the base branch from main to hyperlight-component-macro April 26, 2025 21:48
@Mossaka Mossaka changed the title issue with bool fix(hyperlight-component-util): emit_hl_marshal_value function to use alloc::vec! instead of alloc::vec::vec! Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant