Function library_definition_not_allowed

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