Are there any compiler options to get actual converter usage printed in nim compiler [Hint] output?
Or perhaps a pragma that prevents converter usage within some context.
Some modules have so many converters that it is hard to hell what one's own code is actually doing.
Especially converters that change a proc parameter x into its address.
The only way is import x except converterA, converterB, converterC, ...
import x except converter would be cool. (But no, not another RFC please!)