Add a FIXME for feature(adt_const_params)

This commit is contained in:
Chayim Refael Friedman 2025-02-04 21:28:19 +02:00
parent 0fd4fc3522
commit 9db2499bb9

View File

@ -124,6 +124,7 @@ pub(crate) fn path_to_const<'g>(
ConstScalar::UnevaluatedConst(c.into(), Substitution::empty(Interner)),
expected_ty,
)),
// FIXME: With feature(adt_const_params), we also need to consider other things here, e.g. struct constructors.
_ => None,
}
}