1
Fork 0

moved note as unspanned note, moved note to the bottom of the msg

This commit is contained in:
nxya 2023-07-18 21:53:34 -04:00
parent e6e8892051
commit a54a66830d
47 changed files with 54 additions and 244 deletions

View file

@ -607,6 +607,7 @@ pub(crate) fn report_cycle<'a, D: DepKind>(
alias,
cycle_usage: cycle_usage,
stack_count,
note_span: (),
};
cycle_diag.into_diagnostic(&sess.parse_sess.span_diagnostic)