1
Fork 0

Fix ci checks

This commit is contained in:
Dezhi Wu 2022-08-18 10:59:16 +08:00
parent b1430fb7ca
commit 85fc39c1e3
3 changed files with 3 additions and 3 deletions

View file

@ -173,7 +173,7 @@ impl MultiItemModifier for DeriveProcMacro {
// fail if there have been errors emitted
if ecx.sess.parse_sess.span_diagnostic.err_count() > error_count_before {
ecx.struct_span_err(span, "proc-macro derive produced unparsable tokens").emit();
ecx.struct_span_err(span, "proc-macro derive produced unparseable tokens").emit();
}
ExpandResult::Ready(items)