mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 13:23:00 +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
|
||
|---|---|---|
| .. | ||
| const-field-offset | ||
| vtable | ||