@@ -64,23 +64,23 @@ error: argument to `sym` must be a path expression
6464LL | asm!("{}", sym foo + bar);
6565 | ^^^^^^^^^
6666
67- error: expected one of `)`, `nomem`, `noreturn`, `nostack`, `preserves_flags`, `pure`, or `readonly`, found `foo`
67+ error: expected one of `)`, `att_syntax`, ` nomem`, `noreturn`, `nostack`, `preserves_flags`, `pure`, or `readonly`, found `foo`
6868 --> $DIR/parse-error.rs:31:26
6969 |
7070LL | asm!("", options(foo));
71- | ^^^ expected one of 7 possible tokens
71+ | ^^^ expected one of 8 possible tokens
7272
7373error: expected one of `)` or `,`, found `foo`
7474 --> $DIR/parse-error.rs:33:32
7575 |
7676LL | asm!("", options(nomem foo));
7777 | ^^^ expected one of `)` or `,`
7878
79- error: expected one of `)`, `nomem`, `noreturn`, `nostack`, `preserves_flags`, `pure`, or `readonly`, found `foo`
79+ error: expected one of `)`, `att_syntax`, ` nomem`, `noreturn`, `nostack`, `preserves_flags`, `pure`, or `readonly`, found `foo`
8080 --> $DIR/parse-error.rs:35:33
8181 |
8282LL | asm!("", options(nomem, foo));
83- | ^^^ expected one of 7 possible tokens
83+ | ^^^ expected one of 8 possible tokens
8484
8585error: asm options cannot be specified multiple times
8686 --> $DIR/parse-error.rs:37:29
0 commit comments