aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/lex/rust-token.h
diff options
context:
space:
mode:
authorSimplyTheOther <simplytheother@gmail.com>2020-08-20 11:51:25 +0800
committerPhilip Herron <philip.herron@embecosm.com>2020-11-28 21:13:20 +0000
commitb758ec724cc06cb866a72ce17dbfd8a426cf21db (patch)
treecffb4e7c584f7da75ea42e57011c5a1d160d67a2 /gcc/rust/lex/rust-token.h
parentc26f60f6a28394e98ac1d830cbe8f632ef576dbb (diff)
downloadgcc-b758ec724cc06cb866a72ce17dbfd8a426cf21db.zip
gcc-b758ec724cc06cb866a72ce17dbfd8a426cf21db.tar.gz
gcc-b758ec724cc06cb866a72ce17dbfd8a426cf21db.tar.bz2
Lexer cleanup
Diffstat (limited to 'gcc/rust/lex/rust-token.h')
-rw-r--r--gcc/rust/lex/rust-token.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rust/lex/rust-token.h b/gcc/rust/lex/rust-token.h
index 2270fa2..9dd5f0b 100644
--- a/gcc/rust/lex/rust-token.h
+++ b/gcc/rust/lex/rust-token.h
@@ -53,7 +53,6 @@ enum PrimitiveCoreType
// note that abstract, async, become, box, do, final, macro, override, priv,
// try, typeof, unsized, virtual, and yield are unused
-// TODO finish converting to rust keywords
#define RS_TOKEN_LIST \
RS_TOKEN (FIRST_TOKEN, "<first-token-marker>") \
RS_TOKEN (END_OF_FILE, "end of file") \