diff options
author | Azi Crawford <azi.crawford@gonitro.com> | 2018-10-01 13:28:54 +0100 |
---|---|---|
committer | Azi Crawford <azi.crawford@gonitro.com> | 2018-10-01 13:28:54 +0100 |
commit | 1076c534fa7fa7a16ed31758afbd801a2e361c59 (patch) | |
tree | 7ff2b32e9107c0a424e85e093d8924963a900545 | |
parent | c4433e08ce973632565fd8e2856533052a8ecc89 (diff) |
adds 'async' to list of matches in 'rust_mangle'
-rw-r--r-- | src/ir/context.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir/context.rs b/src/ir/context.rs index f3490332..f631e6f1 100644 --- a/src/ir/context.rs +++ b/src/ir/context.rs @@ -856,6 +856,7 @@ If you encounter an error missing from this list, please file an issue or a PR!" "abstract" | "alignof" | "as" | + "async" | "become" | "box" | "break" | |