fix comment

This commit is contained in:
111
2022-09-05 23:18:18 +08:00
parent b37e645d80
commit a42c0d79da
3 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ pub struct DropCheckOverflow<'tcx> {
#[primary_span]
pub span: Span,
pub ty: Ty<'tcx>,
pub note: String,
pub overflow_ty: Ty<'tcx>,
}
#[derive(SessionDiagnostic)]