duplicate icon indicating copy to clipboard operation
duplicate copied to clipboard

Disambiguation produces duplicate module names

Open Emoun opened this issue 10 months ago • 0 comments

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

Local Environment:

Miscellaneous:

Emoun avatar Jan 19 '25 16:01 Emoun