Rust: Update keywords

This commit is contained in:
SiegeLord 2014-03-23 13:50:53 -04:00
parent 2a80759a3a
commit ff796360ce

View File

@ -22,7 +22,7 @@ lexerror=error
[keywords]
# all items must be in one line
primary=alignof as be box break const continue do else enum extern false fn for if impl in let __log_level loop match mod mut offsetof once priv proc pub pure ref return self sizeof static struct super trait true type typeof unsafe unsized use while yield
primary=alignof as be box break const continue crate do else enum extern false fn for if impl in let loop match mod mut offsetof once priv proc pub pure ref return self sizeof static struct super trait true type typeof unsafe unsized use while yield
secondary=bool char f32 f64 i16 i32 i64 i8 int str u16 u32 u64 u8 uint
tertiary=Self