property_incompatible_usage

Function property_incompatible_usage 

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