pub fn is_specially_handled_function(
    acx: &mut AnalysisContext<'_, '_>,
    def_id: DefId
) -> bool
Expand description

Returns true if the function with def_id is specially handled.