mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
7a39e90afc
Removed 'proc' from the reserved keywords list Remove 'proc' from the reserved keywords list. 'proc' is a very useful identifier name for a lot of things. It's especially useful when dealing with processes, operating system internals, and kernel development.