syntax: doc comments all the things
This commit is contained in:
parent
5716abe3f0
commit
4989a56448
34 changed files with 1135 additions and 1136 deletions
|
@ -92,9 +92,9 @@ pub enum Token {
|
|||
LIT_BINARY_RAW(Rc<Vec<u8>>, uint), /* raw binary str delimited by n hash symbols */
|
||||
|
||||
/* Name components */
|
||||
// an identifier contains an "is_mod_name" boolean,
|
||||
// indicating whether :: follows this token with no
|
||||
// whitespace in between.
|
||||
/// An identifier contains an "is_mod_name" boolean,
|
||||
/// indicating whether :: follows this token with no
|
||||
/// whitespace in between.
|
||||
IDENT(ast::Ident, bool),
|
||||
UNDERSCORE,
|
||||
LIFETIME(ast::Ident),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue