summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-10-01 09:39:24 -0400
committerGitHub <noreply@github.com>2018-10-01 09:39:24 -0400
commit7d8ce50902c3020791efe2dce36b577e0ff78dd4 (patch)
tree7ff2b32e9107c0a424e85e093d8924963a900545
parentc4433e08ce973632565fd8e2856533052a8ecc89 (diff)
parent1076c534fa7fa7a16ed31758afbd801a2e361c59 (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.rs1
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" |