Make fields of Span private
This commit is contained in:
@@ -134,7 +134,7 @@ impl PathSegment {
|
||||
}
|
||||
pub fn crate_root(span: Span) -> Self {
|
||||
PathSegment {
|
||||
identifier: Ident { ctxt: span.ctxt, ..keywords::CrateRoot.ident() },
|
||||
identifier: Ident { ctxt: span.ctxt(), ..keywords::CrateRoot.ident() },
|
||||
span,
|
||||
parameters: None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user