I just looked at the source for any pipes code and a huge amount of debug! stuff in the pipes code is getting monomorphized, inlined, and written into every single send and recv in all user code. I propose disabling generation of debug! by default; it's purely a hazard for core and std.
I just looked at the source for any pipes code and a huge amount of
debug!stuff in the pipes code is getting monomorphized, inlined, and written into every single send and recv in all user code. I propose disabling generation ofdebug!by default; it's purely a hazard for core and std.