zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

update reserved keywords #150

Open TyPR124 opened 4 years ago

TyPR124 commented 4 years ago

Updates reserved keywords. Most are removals. For instance, proc was removed here

List: https://doc.rust-lang.org/reference/keywords.html#reserved-keywords

Proof: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=16ceeadb190d1804eab3cf5e8439c1bc (keywords are outdated at the playground as well, but the point is it compiles)