Skip to content

Commit 4093e87

Browse files
bmr-cymruemilio
authored andcommitted
adds 'await' to list of matches in 'rust_mangle'
1 parent ef2ee38 commit 4093e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ir/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ If you encounter an error missing from this list, please file an issue or a PR!"
821821
name.contains('$') ||
822822
matches!(
823823
name,
824-
"abstract" | "alignof" | "as" | "async" | "become" |
824+
"abstract" | "alignof" | "as" | "async" | "await" | "become" |
825825
"box" | "break" | "const" | "continue" | "crate" | "do" |
826826
"dyn" | "else" | "enum" | "extern" | "false" | "final" |
827827
"fn" | "for" | "if" | "impl" | "in" | "let" | "loop" |

0 commit comments

Comments
 (0)