about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-05-06 17:00:34 +0100
committervarkor <github@varkor.com>2019-05-06 17:00:34 +0100
commite570fe5b220c1c9064587f94a885587b7f910ab1 (patch)
treee5255b81104c38d1667b42dfa9c63078d68b7e88 /src/libsyntax/parse
parent594685b5a2f35e2ff4fc01aca2ae91de92ed0993 (diff)
downloadrust-e570fe5b220c1c9064587f94a885587b7f910ab1.tar.gz
rust-e570fe5b220c1c9064587f94a885587b7f910ab1.zip
Remove resolved FIXME
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index 2f7b6f9fa66..67e3132b2fc 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -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 {