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
"{message}\n\texpecting #[variant(...)]. See documentation:\n\thttps://docs.rs/gdnative/0.9.0/gdnative/core_types/trait.ToVariant.html#field-attributes"
"{message}\n\texpecting #[variant(...)]. See documentation:\n\thttps://docs.rs/gdnative/0.9.0/gdnative/core_types/trait.ToVariant.html#field-attributes"
),
)
}
The text was updated successfully, but these errors were encountered:
Doc comments are just sugar for #[doc] attributes so they can be generated using proc-macros. I guess we can also do text-based search & replace in the build script but that's much more of a risky option.
Copied from discord:
Found outdated links in the error message. Perhaps the version string could be extracted from Cargo.toml at compile time to make it more consistent?
gdnative/gdnative-derive/src/variant/attr.rs
Lines 72 to 79 in 6dc9721
another one with similar signature:
gdnative/gdnative-derive/src/variant/attr/field.rs
Lines 36 to 43 in 6dc9721
The text was updated successfully, but these errors were encountered: