2020-10-05 15:36:51 -05:00
|
|
|
error: the `nomem` and `readonly` options are mutually exclusive
|
|
|
|
--> $DIR/interpolated-idents.rs:13:13
|
|
|
|
|
|
2021-06-24 09:01:49 -05:00
|
|
|
LL | $options($pure, $nomem, $readonly, $preserves_flags, $noreturn, $nostack));
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-10-05 15:36:51 -05:00
|
|
|
...
|
|
|
|
LL | / m!(in out lateout inout inlateout const sym
|
|
|
|
LL | | pure nomem readonly preserves_flags
|
2021-06-24 09:01:49 -05:00
|
|
|
LL | | noreturn nostack options);
|
2021-10-14 13:28:28 -05:00
|
|
|
| |________________________________- in this macro invocation
|
2020-10-05 15:36:51 -05:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-10-05 15:36:51 -05:00
|
|
|
|
|
|
|
error: the `pure` and `noreturn` options are mutually exclusive
|
|
|
|
--> $DIR/interpolated-idents.rs:13:13
|
|
|
|
|
|
2021-06-24 09:01:49 -05:00
|
|
|
LL | $options($pure, $nomem, $readonly, $preserves_flags, $noreturn, $nostack));
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-10-05 15:36:51 -05:00
|
|
|
...
|
|
|
|
LL | / m!(in out lateout inout inlateout const sym
|
|
|
|
LL | | pure nomem readonly preserves_flags
|
2021-06-24 09:01:49 -05:00
|
|
|
LL | | noreturn nostack options);
|
2021-10-14 13:28:28 -05:00
|
|
|
| |________________________________- in this macro invocation
|
2020-10-05 15:36:51 -05:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-10-05 15:36:51 -05:00
|
|
|
|
|
|
|
error: asm outputs are not allowed with the `noreturn` option
|
|
|
|
--> $DIR/interpolated-idents.rs:10:32
|
|
|
|
|
|
|
|
|
LL | asm!("", $in(x) x, $out(x) x, $lateout(x) x, $inout(x) x, $inlateout(x) x,
|
|
|
|
| ^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^
|
|
|
|
...
|
2022-12-27 13:03:59 -06:00
|
|
|
LL | / m!(in out lateout inout inlateout const sym
|
2020-10-05 15:36:51 -05:00
|
|
|
LL | | pure nomem readonly preserves_flags
|
2021-06-24 09:01:49 -05:00
|
|
|
LL | | noreturn nostack options);
|
2021-10-14 13:28:28 -05:00
|
|
|
| | -
|
|
|
|
| |________________________________|
|
|
|
|
| |________________________________in this macro invocation
|
|
|
|
| |________________________________in this macro invocation
|
|
|
|
| |________________________________in this macro invocation
|
|
|
|
| in this macro invocation
|
2020-10-05 15:36:51 -05:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-10-05 15:36:51 -05:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|