Rename Session::span_diagnostic as Session::dcx.
This commit is contained in:
@@ -604,7 +604,7 @@ pub(crate) fn report_cycle<'a>(
|
||||
note_span: (),
|
||||
};
|
||||
|
||||
cycle_diag.into_diagnostic(sess.diagnostic())
|
||||
cycle_diag.into_diagnostic(sess.dcx())
|
||||
}
|
||||
|
||||
pub fn print_query_stack<Qcx: QueryContext>(
|
||||
|
||||
Reference in New Issue
Block a user