Skip to content

Commit 31dbdba

Browse files
Update compiler/rustc_builtin_macros/src/asm.rs
Co-authored-by: Travis Cross <[email protected]>
1 parent 2813516 commit 31dbdba

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pub fn parse_raw_asm_args<'a>(
208208
continue;
209209
}
210210

211-
// Parse operand names
211+
// Parse operand names.
212212
let name = if p.token.is_ident() && p.look_ahead(1, |t| *t == token::Eq) {
213213
let (ident, _) = p.token.ident().unwrap();
214214
p.bump();

0 commit comments

Comments
 (0)