diff options
Diffstat (limited to 'gcc/rust/util/rust-common.h')
-rw-r--r-- | gcc/rust/util/rust-common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/rust/util/rust-common.h b/gcc/rust/util/rust-common.h index 6d511ba..b8a2ac3 100644 --- a/gcc/rust/util/rust-common.h +++ b/gcc/rust/util/rust-common.h @@ -41,6 +41,13 @@ enum Polarity Negative }; +enum AsyncConstStatus +{ + NONE, + CONST_FN, + ASYNC_FN +}; + } // namespace Rust #endif // RUST_COMMON |