Function hint_if_shadowed_std
pub fn hint_if_shadowed_std(
vm: &mut Vm<'_>,
callee: &Expr<'_>,
err: HintedString,
) -> HintedStringExpand description
Provide a hint if the callee is a shadowed standard library function.