Skip to content

Commit 9fb0cd7

Browse files
committed
Add a FIXME for unordered fields
1 parent 416ff1c commit 9fb0cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ide-assists/src/handlers/convert_named_struct_to_tuple_struct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ fn process_struct_name_reference(
187187
return None;
188188
}
189189

190+
// FIXME: Processing RecordPat and RecordExpr for unordered fields, and insert RestPat
190191
let parent = full_path.syntax().parent()?;
191192
match_ast! {
192193
match parent {

0 commit comments

Comments
 (0)