Closed
Description
Setup:
You have a workspace, with one subcrate. The subcrate contains a macro (which is exported).
The main crate in the workspace uses the subcrate as a dependency, but it cannot resolve the macro by importing it with use
(the 2018 edition way)
Here is a PoC: https://github.com/Dylan-DPC/macros-workspace-test
Rust version: 1.33.0 (stable)
Edition: 2018