Skip to content
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

[Bug Report]: use cache_item macro error #1585

Open
Maidang1 opened this issue Jul 11, 2024 · 0 comments
Open

[Bug Report]: use cache_item macro error #1585

Maidang1 opened this issue Jul 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Maidang1
Copy link
Contributor

Steps to reproduce

  1. Create a plugin for rust type.
  2. Use the cache_item macro as follows.
use farmfe_core::module::CustomModuleMetaData;
use farmfe_core::module::DeserializeCustomModuleMetaData;
use farmfe_core::module::SerializeCustomModuleMetaData;
use farmfe_macro_cache_item::cache_item;
use rkyv::Deserialize;
use rkyv_dyn::archive_dyn;
use rkyv_typename::TypeName;

#[cache_item(CustomModuleMetaData)]
pub struct Data {}
  1. show error
    image

Reproduce link

No response

What is actually happening?

System Info

-
@wre232114 wre232114 added the bug Something isn't working label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants