Function rupta::util::is_std_lib_func

source ·
pub fn is_std_lib_func(tcx: TyCtxt<'_>, def_id: DefId) -> bool
Expand description

Returns true if the function identified by def_id is defined in the Rust Standard Library.