Comment fix
This commit is contained in:
parent
14dc9fcc67
commit
7aa41a1a86
1 changed files with 3 additions and 3 deletions
|
@ -70,9 +70,9 @@ pub struct Name(pub u32);
|
||||||
/// A SyntaxContext represents a chain of macro-expandings
|
/// A SyntaxContext represents a chain of macro-expandings
|
||||||
/// and renamings. Each macro expansion corresponds to
|
/// and renamings. Each macro expansion corresponds to
|
||||||
/// a fresh u32. This u32 is a reference to a table stored
|
/// a fresh u32. This u32 is a reference to a table stored
|
||||||
// in thread-local storage.
|
/// in thread-local storage.
|
||||||
// The special value EMPTY_CTXT is used to indicate an empty
|
/// The special value EMPTY_CTXT is used to indicate an empty
|
||||||
// syntax context.
|
/// syntax context.
|
||||||
#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug, RustcEncodable, RustcDecodable)]
|
#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug, RustcEncodable, RustcDecodable)]
|
||||||
pub struct SyntaxContext(pub u32);
|
pub struct SyntaxContext(pub u32);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue