This commit is contained in:
Deadbeef 2023-05-25 05:21:44 +00:00
parent 33ec4e4bb0
commit 626efab67f
11 changed files with 33 additions and 29 deletions

View file

@ -1231,7 +1231,8 @@ pub enum NonUpperCaseGlobalSub {
#[note]
pub struct NoopMethodCallDiag<'a> {
pub method: Symbol,
pub receiver_ty: Ty<'a>,
pub orig_ty: Ty<'a>,
pub trait_: Symbol,
#[label]
pub label: Span,
}