diff options
Diffstat (limited to 'gcc/rust/lex/rust-token.h')
-rw-r--r-- | gcc/rust/lex/rust-token.h | 1 |
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") \ |