Add a FIXME for feature(adt_const_params)
This commit is contained in:
parent
1ba7a38e4f
commit
578ae16c93
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue