Hello! I was attempting to make a toy OS per https://os.phil-opp.com/ and was cleaning up some of the modules. Now, through this I ran into the issue of with nested modules, one cannot import macros through the interface.
I created a test for this in a playground and I found that indeed one cannot import these macros.
So I guess my question goes twofold.
- Why does this not work?
- Are there any workarounds?