mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-28 22:34:08 +00:00
![]() ``` warning: non-local `macro_rules!` definition, `#[macro_export]` macro should be written at top level module --> helper_crates/vtable/tests/test_vtable.rs:159:5 | 159 | #[vtable] | ^^^^^^^^^ in this procedural macro expansion | = help: remove the `#[macro_export]` or move this `macro_rules!` outside the of the current function `test3` ``` Put the macro in the module with everything else, so it is re-exported with the same visibility |
||
---|---|---|
.. | ||
LICENSES | ||
macro | ||
src | ||
tests | ||
Cargo.toml | ||
CHANGELOG.md | ||
README.md |
vtable
crate
A macro to create ffi-friendly virtual tables.
Check the crate documentation for more details.