diff --git a/src/languages/rust.js b/src/languages/rust.js index 477504227d..885257350a 100644 --- a/src/languages/rust.js +++ b/src/languages/rust.js @@ -8,10 +8,10 @@ Category: system function(hljs) { var NUM_SUFFIX = '([ui](8|16|32|64|128|size)|f(32|64))\?'; var KEYWORDS = - 'alignof as be box break const continue crate do else enum extern ' + - 'false fn for if impl in let loop match mod mut offsetof once priv ' + - 'proc pub pure ref return self Self sizeof static struct super trait true ' + - 'type typeof unsafe unsized use virtual while where yield move default'; + 'abstract as async await become box break const continue crate do dyn ' + + 'else enum extern false final fn for if impl in let loop macro match mod ' + + 'move mut override priv pub ref return self Self static struct super ' + + 'trait true try type typeof unsafe unsized use virtual where while yield'; var BUILTINS = // functions 'drop ' +