mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 02:53:07 +00:00
1a2646ecc4
Modifies the code emitted by `derive_label` to use fully-qualified type names (e.g. `std::boxed::Box` instead of `Box`). # Objective - Using unqualified types here causes errors when the proc macro is used in contexts that locally define types with conflicting names (e.g. a local definition of `Box`). ## Solution - Fully qualify standard types emitted by the proc macro code. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |