Reformat comments
This commit is contained in:
parent
e7a01b7383
commit
901543ff89
1 changed files with 5 additions and 5 deletions
|
@ -362,11 +362,11 @@ fn mk_fake_ident_interner() -> ident_interner {
|
||||||
/**
|
/**
|
||||||
* All the valid words that have meaning in the Rust language.
|
* All the valid words that have meaning in the Rust language.
|
||||||
*
|
*
|
||||||
* Rust keywords are either 'contextual', 'restricted', or 'strict, Contextual
|
* Rust keywords are either 'contextual', 'restricted', or 'strict'.
|
||||||
* keywords may be used as identifiers because their appearance in the grammar
|
* Contextual keywords may be used as identifiers because their appearance in
|
||||||
* is unambiguous. Restricted keywords may not appear in positions that might
|
* the grammar is unambiguous. Restricted keywords may not appear in positions
|
||||||
* otherwise contain _value identifiers_. Strict keywords may not appear as
|
* that might otherwise contain _value identifiers_. Strict keywords may not
|
||||||
* identifiers.
|
* appear as identifiers.
|
||||||
*/
|
*/
|
||||||
fn keyword_table() -> hashmap<~str, ()> {
|
fn keyword_table() -> hashmap<~str, ()> {
|
||||||
let keywords = str_hash();
|
let keywords = str_hash();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue