mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
Add a FIXME for feature(adt_const_params)
This commit is contained in:
parent
0fd4fc3522
commit
9db2499bb9
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