Skip to content

Commit f117fcf

Browse files
committed
add fixme
1 parent 8d16309 commit f117fcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/formality-check/src/mini_rust_check.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ impl Check<'_> {
278278
Field(field_projection) => {
279279
let ty = self.check_place(env, &field_projection.root).unwrap();
280280

281+
// FIXME(tiif): We eventuallyw ant to do normalization here, so check_place should eventually be
282+
// a judgment fn.
281283
let Some(adt_id) = ty.get_adt_id() else {
282284
bail!("The local used for field projection is not adt.")
283285
};

0 commit comments

Comments
 (0)