duplicate
duplicate copied to clipboard
Disambiguation produces duplicate module names
Situation:
Invocation with module disambiguation where there is no way for it to produce a unique module. Instead of erroring it produced duplicate mod
Reproduction:
#[duplicate_item(
GraphStruct get_method;
[ VertexInGraph::<_,1,true> ] [ get_vertex ];
[ VertexInGraph::<_,1,false> ] [ get_vertex ];
)]
mod __
{
Expected Behavior:
Error saying there is no way to disambiguate.
Actual Behavior:
Duplicate module names of "__get_vertex"
Affected Versions:
2.0.0