Skip to content

Commit 7d8ce50

Browse files
author
bors-servo
authored
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
2 parents c4433e0 + 1076c53 commit 7d8ce50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ir/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,7 @@ If you encounter an error missing from this list, please file an issue or a PR!"
856856
"abstract" |
857857
"alignof" |
858858
"as" |
859+
"async" |
859860
"become" |
860861
"box" |
861862
"break" |

0 commit comments

Comments
 (0)