property_reference_not_property

Function property_reference_not_property 

Source
pub fn property_reference_not_property<S>(
    file_id: FileId,
    reference_location: Option<Span>,
    name: S,
) -> Diagnostic
where S: Into<String>,