Skip to content

Commit e570fe5

Browse files
committed
Remove resolved FIXME
1 parent 594685b commit e570fe5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libsyntax/parse/parser.rs

-2
Original file line numberDiff line numberDiff line change
@@ -6061,8 +6061,6 @@ impl<'a> Parser<'a> {
60616061
self.fatal("identifiers may currently not be used for const generics")
60626062
);
60636063
} else {
6064-
// FIXME(const_generics): this currently conflicts with emplacement syntax
6065-
// with negative integer literals.
60666064
self.parse_literal_maybe_minus()?
60676065
};
60686066
let value = AnonConst {

0 commit comments

Comments
 (0)