pub fn type_is_unsafe_function<'tcx>(
cx: &LateContext<'tcx>,
ty: Ty<'tcx>,
) -> bool
Expand description
Returns true
if the given type is an unsafe
function.
pub fn type_is_unsafe_function<'tcx>(
cx: &LateContext<'tcx>,
ty: Ty<'tcx>,
) -> bool
Returns true
if the given type is an unsafe
function.