Alvin Sun <[email protected]> writes: > Add a `LocalModule` struct with a null-pointer `ModuleMetadata` impl > in the doctest harness, so that `crate::LocalModule` (auto-inserted > by `#[vtable]`) resolves correctly when there is no `module!` macro. > > Signed-off-by: Alvin Sun <[email protected]>
Reviewed-by: Andreas Hindborg <[email protected]> Does this need to be ordered before the vtable auto insert in the patch series? Best regards, Andreas Hindborg
