Auto merge of #128268 - matthiaskrgr:rollup-tck33df, r=matthiaskrgr #48440
Annotations
10 errors
tests/ui/asm/aarch64/bad-options.rs#L8
the `nomem` and `readonly` options are mutually exclusive
|
tests/ui/asm/aarch64/bad-options.rs#L10
the `pure` and `noreturn` options are mutually exclusive
|
tests/ui/asm/aarch64/bad-options.rs#L10
asm with the `pure` option must have at least one output
|
tests/ui/asm/aarch64/bad-options.rs#L13
asm with the `pure` option must have at least one output
|
tests/ui/asm/aarch64/bad-options.rs#L15
asm outputs are not allowed with the `noreturn` option
|
tests/ui/asm/aarch64/bad-options.rs#L22
asm with `clobber_abi` must specify explicit registers for outputs
|
tests/ui/asm/aarch64/bad-options.rs#L28
the `nomem` option cannot be used with `global_asm!`
|
tests/ui/asm/aarch64/bad-options.rs#L30
the `readonly` option cannot be used with `global_asm!`
|
tests/ui/asm/aarch64/bad-options.rs#L32
the `noreturn` option cannot be used with `global_asm!`
|
tests/ui/asm/aarch64/bad-options.rs#L34
the `pure` option cannot be used with `global_asm!`
|
This job failed
Loading