Module syntax::parse::token::keywordsUnstable [-] [+] [src]

All the valid words that have meaning in the Rust language.

Rust keywords are either 'strict' or 'reserved'. Strict keywords may not appear as identifiers at all. Reserved keywords are not used anywhere in the language and may not appear as identifiers.

Reexports

pub use self::Keyword::*;

Enums

Keyword