Skip to content

Commit 6c50ded

Browse files
Update compiler/rustc_builtin_macros/src/asm.rs
Co-authored-by: Travis Cross <[email protected]>
1 parent 63ad6af commit 6c50ded

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_builtin_macros/src

1 file changed

+1
-1
lines changed

compiler/rustc_builtin_macros/src/asm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ pub fn parse_raw_asm_args<'a>(
196196
continue;
197197
}
198198

199-
// Parse options
199+
// Parse `options`.
200200
if p.eat_keyword(exp!(Options)) {
201201
allow_templates = false;
202202

0 commit comments

Comments
 (0)