Catching the mismatch
Catching the mismatch
Posted Feb 13, 2025 5:26 UTC (Thu) by aaronmdjones (subscriber, #119973)In reply to: Catching the mismatch by farnz
Parent article: Maintainer opinions on Rust-for-Linux
It's more complicated than that. The standard reserves names beginning with a single underscore only if the following character is an ASCII uppercase letter. A name beginning with an underscore followed by a lowercase letter is not reserved. If you want to guarantee a reserved name, it needs to begin with two underscores.