Skip to content

Commit

Permalink
Remove resolved FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed May 6, 2019
1 parent 594685b commit e570fe5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libsyntax/parse/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6061,8 +6061,6 @@ impl<'a> Parser<'a> {
self.fatal("identifiers may currently not be used for const generics")
);
} else {
// FIXME(const_generics): this currently conflicts with emplacement syntax
// with negative integer literals.
self.parse_literal_maybe_minus()?
};
let value = AnonConst {
Expand Down

0 comments on commit e570fe5

Please sign in to comment.