Rename ParseSess::span_diagnostic as ParseSess::dcx.
This commit is contained in:
@@ -678,7 +678,7 @@ impl Session {
|
||||
|
||||
#[inline]
|
||||
pub fn diagnostic(&self) -> &DiagCtxt {
|
||||
&self.parse_sess.span_diagnostic
|
||||
&self.parse_sess.dcx
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user