We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da1eee commit 1f4da70Copy full SHA for 1f4da70
crates/hir_expand/src/db.rs
@@ -394,7 +394,6 @@ fn to_fragment_kind(db: &dyn AstDatabase, id: MacroCallId) -> FragmentKind {
394
// FIXME: Handle Pattern
395
FragmentKind::Expr
396
}
397
- // FIXME: Expand to statements in appropriate positions; HIR lowering needs to handle that
398
EXPR_STMT => FragmentKind::Statements,
399
BLOCK_EXPR => FragmentKind::Expr,
400
ARG_LIST => FragmentKind::Expr,
0 commit comments