Closed michalkucharczyk closed 1 year ago
Support for expanding the generated code from construct_runtime macro into the source file which is included. Allows for better macro debugging (error points to the particular line in expanded source files).
construct_runtime
Based on: https://github.com/paritytech/substrate/pull/13573
Setting FRAME_EXPAND environment variable enables feature.
FRAME_EXPAND
bot merge
Support for expanding the generated code from
construct_runtime
macro into the source file which is included. Allows for better macro debugging (error points to the particular line in expanded source files).Based on: https://github.com/paritytech/substrate/pull/13573
Setting
FRAME_EXPAND
environment variable enables feature.