Skip to main content

double_underscored_identifier

Function double_underscored_identifier 

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