Rename Lit.node
to Lit.kind
This commit is contained in:
parent
ce6aabbaa1
commit
17726f6b52
17 changed files with 25 additions and 25 deletions
|
@ -1361,7 +1361,7 @@ pub struct Lit {
|
|||
/// The "semantic" representation of the literal lowered from the original tokens.
|
||||
/// Strings are unescaped, hexadecimal forms are eliminated, etc.
|
||||
/// FIXME: Remove this and only create the semantic representation during lowering to HIR.
|
||||
pub node: LitKind,
|
||||
pub kind: LitKind,
|
||||
pub span: Span,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue