diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-10-01 09:39:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 09:39:24 -0400 |
commit | 7d8ce50902c3020791efe2dce36b577e0ff78dd4 (patch) | |
tree | 7ff2b32e9107c0a424e85e093d8924963a900545 | |
parent | c4433e08ce973632565fd8e2856533052a8ecc89 (diff) | |
parent | 1076c534fa7fa7a16ed31758afbd801a2e361c59 (diff) |
Auto merge of #1405 - WizardOfArc:ISSUE_1399/add_async_to_rust_mangle, r=emilio
adds 'async' to list of matches in 'rust_mangle'
r? @emilio
I'll need to install `rustfmt` before I do anything more elaborate
-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" | |