]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add await keyword
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 16 Nov 2023 12:11:33 +0000 (13:11 +0100)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 21 Nov 2023 12:45:32 +0000 (12:45 +0000)
commit27da3bb4a9b16d33e4675544b38df256f706e23c
tree085183291398d8e9d5c0f9a5f0e58bf8b406801e
parent52a5b5d535231b353d6074e739dcb13073bcd77e
Add await keyword

The 2018 edition await keyword was missing from the keyword list.

gcc/rust/ChangeLog:

* lex/rust-token.h (enum PrimitiveCoreType): Add await keyword
definition.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/lex/rust-token.h