Add a FIXME for unordered fields

This commit is contained in:
A4-Tacks 2025-10-21 11:27:50 +08:00
parent 2c48c398f7
commit 37147c4135
No known key found for this signature in database
GPG key ID: DBD861323040663B

View file

@ -187,6 +187,7 @@ fn process_struct_name_reference(
return None;
}
// FIXME: Processing RecordPat and RecordExpr for unordered fields, and insert RestPat
let parent = full_path.syntax().parent()?;
match_ast! {
match parent {