1
Fork 0

update error message

This commit is contained in:
lcnr 2022-03-29 07:29:59 +02:00
parent 4fcf43f67c
commit ced65022da
3 changed files with 8 additions and 8 deletions

View file

@ -86,7 +86,7 @@ fn ensure_drop_params_and_item_params_correspond<'tcx>(
err.span_note(
item_span,
&format!(
"use the same sequence of generic type, lifetime and const parameters \
"use the same sequence of generic lifetime, type and const parameters \
as the {self_descr} definition",
),
);