You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix missing import in SubStates derive macro (#22892) (#22929)
# Objective
Hello, this pr fixes#22892
## Solution
I fixed the 'missing import' bug, by hard coding the import in the code
generated by the proc macro.
## Testing
The code example given in the issue now compiles fine.
0 commit comments