Skip to content

Commit 638d1d3

Browse files
varkoryodaldevoid
andcommitted
Remove duplicate comment
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
1 parent 7ac0200 commit 638d1d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libsyntax/parse/parser.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6045,10 +6045,6 @@ impl<'a> Parser<'a> {
60456045
});
60466046
assoc_ty_bindings.push(span);
60476047
} else if self.check_const_arg() {
6048-
// FIXME(const_generics): to distinguish between idents for types and consts,
6049-
// we should introduce a GenericArg::Ident in the AST and distinguish when
6050-
// lowering to the HIR. For now, idents for const args are not permitted.
6051-
60526048
// Parse const argument.
60536049
let expr = if let token::OpenDelim(token::Brace) = self.token {
60546050
self.parse_block_expr(None, self.span, BlockCheckMode::Default, ThinVec::new())?

0 commit comments

Comments
 (0)