Add a FIXME for unordered fields
This commit is contained in:
parent
2c48c398f7
commit
37147c4135
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue