Skip to content
Unverified Commit d1c115b6 authored by Julian Eager's avatar Julian Eager Committed by GitHub
Browse files

Fix storage expansion in pallet section (#6023)

fixes #5320 @sam0x17 @gupnik 

# Description

The issue could be confirmed with the added example. The cause is for
macro hygiene, `entries` in the `#( #entries_builder )*` expansion won't
be able to reference the `entries` defined outside. The solution here is
to allow the reference to be passed into the expansion with closure.

Or we could just switch to the unhygienic span with `quote::quote!`
instead such that `entries` will resolve to the "outer" definition.
parent c0b73433
Pipeline #501151 waiting for manual action with stages
in 29 minutes and 2 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment