|
|
|
|
|
by dogamak
3400 days ago
|
|
Macros and the importing and scoping of them is a mess in rust right now and major rewrite of the macro system is underway. Currently crates have no way to re-export macros from other crates and #[use_macros] brings all macros in the imported crate to the local crate's namespace as-is (no way to prevent possible naming conflicts) |
|
That's a common response to criticisms of Rust. At this late date, that's a problem.