
Trojan Source:Invisible Vulnerabilities - (Code generator)

Example, suppose the code is like this:
if (isAdmin) { */ begin admins only */
By exploiting this vulnerability, we can make it after compilation:
/* if (isAdmin) { begin admins only */
Note: Most languages are affected, but among them is Rust versions below 1.56.0 for rustc.
Good sources for reading: