On Thu Jun 12, 2025 at 3:40 PM CEST, Andreas Hindborg wrote: > When we add parameter support to the module macro, we want to be able to > pass a reference to `ModuleInfo` to a helper function. That is not possible > when we move out of the local `modinfo`. So change the function to access > the local via reference rather than value. > > Signed-off-by: Andreas Hindborg <a.hindb...@kernel.org>
Reviewed-by: Benno Lossin <los...@kernel.org> --- Cheers, Benno > --- > rust/macros/module.rs | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-)