Toward a better list iterator for the kernel
Toward a better list iterator for the kernel
Posted Mar 12, 2022 2:59 UTC (Sat) by droundy (guest, #4559)In reply to: Toward a better list iterator for the kernel by jengelh
Parent article: Toward a better list iterator for the kernel
If C had the ability rust has to create a new variable shadowing the name of a former one, the macro could just create a new variable of a the same name but a different type to make any further use cause a compile error.
But of course if this weren't C we wouldn't have this problem.
