This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
derive_impl doesn't seems to handle path correctly. Errors rise when using reexport #14287
Closed
2 tasks done
Labels
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
T1-runtime
This PR/Issue is related to the topic “runtime”.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
When changing the path a little when invoking the
derive_impl
macro error arises.derive_impl
seems to require some item to be accessible from the first ident of the path of its first argument.Steps to reproduce
1- change the frame-default-config-example a little by basically using a path with something in front of
frame_system
2- see the error:
The text was updated successfully, but these errors were encountered: