pub fn is_entrypoint_fn(cx: &LateContext<'_>, def_id: DefId) -> boolExpand description
Returns true if the provided def_id is an entrypoint to a program.
pub fn is_entrypoint_fn(cx: &LateContext<'_>, def_id: DefId) -> boolReturns true if the provided def_id is an entrypoint to a program.