Function clippy_utils::visitors::is_const_evaluatable
source ยท pub fn is_const_evaluatable<'tcx>(
cx: &LateContext<'tcx>,
e: &'tcx Expr<'_>,
) -> bool
Expand description
Checks if the given expression is a constant.