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
|
14 | pub use apecs_derive::Edges;
| ------------------- previous import of the macro `Edges` here
...
18 | end, err, graph, ok, Edges, Graph, GraphError, Move, NodeResults, TypeKey, TypeMap, View,
| ^^^^^ `Edges` reimported here
|
= note: `Edges` must be defined only once in the macro namespace of this module
help: you can use `as` to change the binding name of the import
|
18 | end, err, graph, ok, Edges as OtherEdges, Graph, GraphError, Move, NodeResults, TypeKey, TypeMap, View,
| ~~~~~~~~~~~~~~~~~~~
For more information about this error, try `rustc --explain E0252`.
The text was updated successfully, but these errors were encountered:
navneetankur
changed the title
Using moongraph and apecs both in a crate causes comile error.
Using moongraph and apecs both in a crate causes compile error.
Jun 6, 2024
The text was updated successfully, but these errors were encountered: